☰
Login
Signup
Home
›
Node JS client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
November 2023
cvcnsprakash
November 2023
sujith
too many requests on getInstruments EndPoint
cvcnsprakash
November 2023
in
Node JS client
Trying to get expiries, by this endpoint. getting response in realtime and playing with it.
After a while, the endpoint throws too many requests.
I have api subscription. API threshold is mentioned as 10r/second. I was making a call with 10 seconds gap.
Is there a upper limit on API Calls?
sujith
November 2023
The GetInstruments returns you a very large file. You need to fetch it and cache it at your end for the day. It gets updated everyday morning after 7:30 AM so it is better to download post that.
cvcnsprakash
November 2023
edited November 2023
I get that Sujith. Wanna know the throttle limit, as it is not mentioned anywhere & not in sync with 'All Calls' limit.
sujith
November 2023
As mentioned above, we recommend pulling it once for the day and store it.
cvcnsprakash
November 2023
Man, I too am a Platform developer. Big fan of engineering at Zerodha too. But, I don't understand why this question is being complicated?
Question is simple. You have an API, and obviously you will have a throttle limit for that. Just wanna know that.
Sign In
or
Register
to comment.
Question is simple. You have an API, and obviously you will have a throttle limit for that. Just wanna know that.