☰
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
13.8K
All Categories
0
Incidents
154
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
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.