Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Categories
    3. Test
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • R

      discuss about OutputBaseClass in api
      • rajsharma123

      2
      0
      Votes
      2
      Posts
      6
      Views

      M

      Hi @rajsharma123

      Apologies for delayed response.
      We are currently supporting NodeJS, Java, Python SDKs.
      We dont have OutputBaseClass object consumed on our listed SDK. Kindly elaborate on this issue.

      Thanks & Regards,
      SmartAPI team

    • P

      Live Market Data API is returning AB2001
      • Prasun Pal

      5
      0
      Votes
      5
      Posts
      22
      Views

      S

      hello guys

    • R

      data Cannot fetch
      • rajsharma123

      2
      1
      Votes
      2
      Posts
      8
      Views

      M

      Hi @rajsharma123

      Apologies for delayed response.
      Kindly share the SDK details and client code to help us check further on this.

      Thanks & Regards,
      SmartAPI team

    • R

      inconsistent behaviour of smartapi-javascript for the same input showing jwt-token error and sometime working fine.
      • rozodkarbharat

      1
      0
      Votes
      1
      Posts
      10
      Views

      No one has replied

    • P

      Place order not responding till 15seconds
      • PareshBhatiya

      3
      0
      Votes
      3
      Posts
      28
      Views

      M

      Hi @PareshBhatiya

      Apologies for inconvenience caused.
      We are checking on this issue. Will update u as soon as possible

      Thanks & Regards,
      SmartAPI team

    • S

      Orders are getting placed wrongly
      • srkshree369

      1
      0
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • A

      Orders placed but status unknown
      • abuammaar

      6
      0
      Votes
      6
      Posts
      33
      Views

      M

      Hello @StocksDeveloper,

      There was an intermittent issue which has been resolved now. Regret the inconvenience caused.

      Thank you.

      Regards
      SmartAPI Team

    • K

      Unable to place stoploss against normal order
      • K224790

      3
      1
      Votes
      3
      Posts
      31
      Views

      M

      @K224790

    • N

      Unable to fetch the ticks
      • Nitin_06

      2
      0
      Votes
      2
      Posts
      11
      Views

      M

      Hi @Nitin_06

      Apologies for delayed response.
      Websocket streaming is working fine from our end. Please reverify and let us know if the issue still occurs.

      Thanks & Regards,
      SmartAPI team

    • A

      My postback is not fire
      • abinash123456

      2
      1
      Votes
      2
      Posts
      22
      Views

      M

      Hi @abinash123456

      Apologies for delayed response.
      Kindly reverify and let us know if the issue still occurs with postback url

      Thanks & Regards,
      SmartAPI team

    • N

      can't fetch instruments (null)
      • nikaashpuri

      4
      1
      Votes
      4
      Posts
      10
      Views

      M

      Hi @R263546

      Apologies for delayed response.
      We are supporting Java, NodeJS and Python SDK. Instrument API is working fine from our end. Please verify this from your end.

      Thanks & Regards,
      SmartAPI team

    • A

      API issue: Getting error code AB1004
      • akatsuki06

      2
      0
      Votes
      2
      Posts
      14
      Views

      M

      @akatsuki06

      Apologies for delayed response.
      As verified login API is working fine from our end. Please reverify and share us the client code to analyze further.

      Thanks & Regards,
      SmartAPI team

    • A

      Getting "errorCode":"AG8001 while getting historical data
      • ackshay

      5
      0
      Votes
      5
      Posts
      9
      Views

      S

      Instead doing it literally strings as provided in documentation

      OkHttpClient client = new OkHttpClient().newBuilder() .build(); MediaType mediaType = MediaType.parse("application/json"); RequestBody body = RequestBody.create(mediaType, "{\n \"clientcode\":\"CLIENT_ID\",\n \"password\":\"CLIENT_PIN\"\n \"totp\":\"TOTP_CODE\"\n }" );

      put it in map to reduce chances of error in json format

      // Create a Map to represent the JSON structure Map<String, String> requestBodyMap = new HashMap<>(); requestBodyMap.put("clientcode", "CLIENT_ID"); requestBodyMap.put("password", "CLIENT_PIN"); requestBodyMap.put("totp", "TOTP_CODE"); // Convert the Map to JSON ObjectMapper objectMapper = new ObjectMapper(); byte[] requestBodyBytes = objectMapper.writeValueAsBytes(requestBodyMap); // Create the request body RequestBody body = RequestBody.create(mediaType, requestBodyBytes);
    • J

      Missing minutes data on NIFTY, BANK NIFTY and others instruments
      • jimit_d

      2
      0
      Votes
      2
      Posts
      17
      Views

      M

      Hi @jimit_d

      Apologies for delayed response.
      The data points for which no trade happened, price movement at that particular minute will be skipped. The candles with trade alone will be pushed via API.

      Thanks & Regards,
      SmartAPI team

    • S

      https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json RETURNS NULL
      • shivabala

      2
      -1
      Votes
      2
      Posts
      9
      Views

      M

      Hi @shivabala

      Apologies for delayed response.
      Instrument API is working fine now. Kindly reverify

      Thanks & Regards,
      SmartAPI team

    • V

      Margin calculator api is not working
      • venkuu

      2
      1
      Votes
      2
      Posts
      26
      Views

      M

      Hi @venkuu

      Apologies for delayed response.
      Instrument API is working now. Please reverify and let us know if the issue still occurs.

      Thanks & Regards,
      SmartAPI team

    • N

      Cannot connect to websocket order feed
      • namansingh

      2
      0
      Votes
      2
      Posts
      16
      Views

      M

      Hi @namansingh

      Apologies for delayed response.
      Kindly reverify with recent SDK Websocket 2.0 and let us know if the issue still occurs

      Thanks & Regards,
      SmartAPI team

    • S

      Access denied because of exceeding access rate
      • Shubham Malani

      2
      1
      Votes
      2
      Posts
      18
      Views

      M

      Hi @Shubham-Malani

      Apologies for delayed response.
      We have rate limiting in place all the smartAPI. Kindly hit the API with respective limit.
      Ref: https://smartapi.angelbroking.com/docs/RateLimit

      Thanks & Regards,
      SmartAPI team

    • P

      The operation has timed out
      • PareshBhatiya

      3
      0
      Votes
      3
      Posts
      18
      Views

      P

      @Moderator_2 said in The operation has timed out:

      Kindly share us the API request & response along with few of the client codes on which timeouts occurred to analyze the issue from our end

      Thanks for the prompt reply

      Client Code:K658747
      Time : 09:36 AM

      API Request
      {"variety":"NORMAL","tradingsymbol":"BANKNIFTY17JAN2447400PE","symboltoken":"35495","transactiontype":"BUY","exchange":"NFO","ordertype":"MARKET","producttype":"INTRADAY","duration":"DAY","price":0.0,"squareoff":0.0,"stoploss":0.0,"quantity":15}

      API Response
      StatusCode: 0
      Error Message: The operation has timed out

    • F

      instrument list is not working
      • faizantalu

      2
      0
      Votes
      2
      Posts
      12
      Views

      M

      Hi @faizantalu

      Apologies for delayed response and inconvenience caused. Instrument API is working fine now. Kindly reverify.

      Thanks & Regards,
      SmartAPI team