restrictions on number of API calls

haribabu
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
    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
    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
    @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.