☰
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
11.9K
All Categories
85
Node JS client
30
Go client
685
.Net API client
330
Kite Publisher
524
.Net / VBA / Excel (3rd party)
393
Algorithms and Strategies
891
Java client
903
API clients
383
PHP client
3.3K
Python client
310
Mobile and Desktop apps
1.2K
Market data (WebSockets)
2.9K
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.