Navigation

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

    Anirudh.Jindal

    @Anirudh.Jindal

    0
    Reputation
    2
    Posts
    2
    Profile views
    1
    Followers
    0
    Following
    Joined Last Online

    Anirudh.Jindal Follow

    Best posts made by Anirudh.Jindal

    This user hasn't posted anything yet.

    Latest posts made by Anirudh.Jindal

    • RE: Live Market Data API - /quote Endpoint: Enhanced with 50-Symbol Bulk Fetch and 1 Request Per Second Rate Limit

      @admin So, i was trying the 'getMarketData' module in python and i see that it is giving me a (b'Access denied because of exceeding access rate) Error even though i am not putting more than 5 request simultaneously. As per the documentation, it should be able to handle 10 per second.

      Is the refresh rate for 'getMarketData' already reduced to 1 rps from 10 rps.

      if so, i tried multiple tokens in 1 requests which again doesnt happen.

      can you please provide me more clarity!

      posted in General Discussion
      A
      Anirudh.Jindal
    • RE: Live Market Data API - /quote Endpoint: Enhanced with 50-Symbol Bulk Fetch and 1 Request Per Second Rate Limit

      @admin said in Live Market Data API - /quote Endpoint: Enhanced with 50-Symbol Bulk Fetch and 1 Request Per Second Rate Limit:

      {
      "mode": "LTP",
      "exchangeTokens": {
      "NSE": [
      "3045", "881"
      ],
      "NFO": [
      "35078"
      ]
      }
      }

      So, i was trying the 'getMarketData' module in python and i see that it is giving me a (b'Access denied because of exceeding access rate) Error even though i am not putting more than 5 request simultaneously. As per the documentation, it should be able to handle 10 per second.

      Is the refresh rate for 'getMarketData' already reduced to 1 rps from 10 rps.

      if so, i tried multiple tokens in 1 requests which again doesnt happen.

      can you please provide me more clarity!

      posted in General Discussion
      A
      Anirudh.Jindal