☰
Login
Signup
Home
›
General
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
14.1K
All Categories
0
Incidents
158
Node JS client
43
Go client
801
.Net API client
386
Kite Publisher
538
.Net / VBA / Excel (3rd party)
466
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
June 2017
haribabu
June 2017
sujith
restrictions on number of API calls
haribabu
June 2017
in
General
I am getting too many requests message despite given one second delay between API calls. Something wrong with the server.
Need urgent resolution on this.
sujith
June 2017
Hi
@haribabu
,
It seems to be working fine. I would suggest you check logic at your end if you are making API calls in
multiple threads.
haribabu
June 2017
I am getting this error only when I call SetPositions or Get Order Book. I do this in a Timer Event. no other thread calls these method.
sujith
June 2017
@haribabu
,
It doesn't apply only for one API call. Rate limiting is on all API calls.
Maybe you can increase the delay by 20 to 30 seconds.
Sign In
or
Register
to comment.
It seems to be working fine. I would suggest you check logic at your end if you are making API calls in
multiple threads.
It doesn't apply only for one API call. Rate limiting is on all API calls.
Maybe you can increase the delay by 20 to 30 seconds.