Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Sourav
    S
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Sourav

    @Sourav

    0
    Reputation
    21
    Posts
    5
    Profile views
    0
    Followers
    1
    Following
    Joined Last Online

    Sourav Follow

    Best posts made by Sourav

    This user hasn't posted anything yet.

    Latest posts made by Sourav

    • RE: Not able to log in via api

      @admin Hey please respond to this.

      posted in Bugs
      S
      Sourav
    • RE: Not able to log in via api

      @admin
      Client Id : P335951

      posted in Bugs
      S
      Sourav
    • Not able to log in via api

      @admin @angelbroking

      Currently I'm not able to log in via api
      https://apiconnect.angelbroking.com/rest/auth/angelbroking/user/v1/loginByPassword

      But able to log in successfully in angel one app.
      Kindly let us know, why it is happening?

      posted in Bugs
      S
      Sourav
    • RE: Failed to get symbol details while calling getLtpData api end point

      @admin Hi..But if this BLUECOAST-BE is not available then why it is mentioned in instrument json file. And If it will be mentioned there then how we will know that particular stock is not available.

      posted in Bugs
      S
      Sourav
    • Failed to get symbol details while calling getLtpData api end point

      @admin This is the stock details in instrument json file.

      {
      "token": "8552",
      "symbol": "BLUECOAST-BE",
      "name": "BLUECOAST",
      "expiry": "",
      "strike": "-1.000000",
      "lotsize": "1",
      "instrumenttype": "",
      "exch_seg": "NSE",
      "tick_size": "5.000000"
      }

      when I tried to get the ltp data for this stock...

      {"exchange":"NSE","tradingsymbol":"BLUECOAST-BE","symboltoken":"8552"}

      Gives response as

      {
      "message": "Failed to get symbol details",
      "errorcode": "AB1018",
      "status": false,
      "data": null
      }

      And I'm not getting 403 error code means I'm not exceeding the rate limit.

      could you please explain the reason why it is happening ?

      posted in Bugs
      S
      Sourav
    • RE: Failed to get symbol details

      @admin I have also got this response when I manually change the symbol and token.

      {"exchange":"NSE","tradingsymbol":"KOTAKIT","symboltoken":"2632"}

      {
      "message": "Entered trading symbol and symbol token is mismatch",
      "errorcode": "AB1019",
      "status": false,
      "data": null
      }

      Actual is value of symbol and token.

      {"exchange":"NSE","tradingsymbol":"KOTAKIT-BL","symboltoken":"2632"}

      And the response is

      {
      "status": true,
      "message": "SUCCESS",
      "errorcode": "",
      "data": {
      "exchange": "NSE",
      "tradingsymbol": "KOTAKIT-BL",
      "symboltoken": "2632",
      "open": 0.0,
      "high": 0.0,
      "low": 0.0,
      "close": 0.0,
      "ltp": 0.0
      }
      }

      posted in Bugs
      S
      Sourav
    • RE: Failed to get symbol details

      @admin What it means "breaching the limits"?
      I didn't understand. Can you explain a bit more about it?

      posted in Bugs
      S
      Sourav
    • RE: Failed to get symbol details

      @admin When I call this api endpoint for all nse stocks. Then approx 300 request giving this error response with "Failed to get symbol details" message.

      posted in Bugs
      S
      Sourav
    • RE: Failed to get symbol details

      @admin This is my request body.
      {
      "exchange": "NSE",
      "tradingsymbol": "182D010721-TB",
      "symboltoken": "2630"

      }

      And api endpoint is:

      https://apiconnect.angelbroking.com/order-service/rest/secure/angelbroking/order/v1/getLtpData

      posted in Bugs
      S
      Sourav
    • RE: Access denied because of exceeding access rate

      @admin I solved the issues by reducing the request to 9/sec. Thanks for your time.

      posted in Bugs
      S
      Sourav