Changes in API Rate Limit
-
@Moderator_1 said in Changes in API Rate Limit:
/rest/secure/angelbroking/order/v1/getTradeBook
I am hitting the
getTradeBook
API endpoint every 15 seconds and still I end up gettingError: Couldn't parse the JSON response received from the server: Access denied because of exceeding access rate
error randomly every 4-5 minutes. The mentioned limit for this end point is 1 request per second which is way higher than my 4 requests per minute. Are the API rate limits implemented as they are mentioned in this table or they are just random? I have noticed the same behavior with other end points as well. Access denied errors are thrown at random. -
Thanks for sharing this information.
Hindi fonts download -
Hello @D1s2p3n4
Could you please install the sdk and start with the documentation
Regards,
SmartAPI Team -
This post is deleted! -
@Moderator_1 i want to join smart api
-
Hello @perceptron,
Currently there is a limit of 3 connections per client code for Websocket Streaming. There is no additional cap or limit on it.
Thank you.
Regards
SmartAPI Team -
@Moderator_1 is there any new limit on live socket data streaming?
-
-
Hi @godboleamit,
Ratelimit per minute is an additional cap on top on per second ratelimit. In this case, the ratelimit per minute for getCandleData should be 180. Thank you for highlighting this. We will fix this and let you know. If you have any suggestions, then please let us know that as well.Thank you.
Regards
SmartAPI Team -
@Moderator_1 said in Changes in API Rate Limit:
500
Thanks for clarifying the rate limit!
But how the rate limits per second and per minute are related to each other?
For example:
Rate limit for - /rest/secure/angelbroking/historical/v1/getCandleData
- 3 per second and
- 500 per minute
So if we consider per second limit rate as a primary rate limit, then max rate limit per minute is 180 per minute.
Hence how to use the rate limit per minute?
Any use case as an example will be useful.