minium interval between requests

divyakumar
hi,
What would be a typical interval (seconds/milliseconds) between requests from python based kite connect which would not get a server error of too-many-requests?
Hope you guys have had observed such an interval while testing your server side of kite-connect.
Please suggest
  • sujith
    Hi @divyakumar,
    All HTTP requests are limited to 3 per second. You must be getting rate limited, So make sure you don't make more than 3 requests per second.
Sign In or Register to comment.