Order limit per second for Kite API

Ram
Hi,
What's the order limit (number of orders that can be placed) per second on the API?
Is there a limit on the total number of requests per day?
What exception is raised if the API limit is crossed? Is it the ClientNetworkException?
  • sujith
    Hi,
    You can place up to 10 orders per second.
    All HTTP calls except placing order are capped at 3 requests per second. There are no caps on the number of requests that can be made per day.
    You will get HTTP status code 429 with message too many requests after hitting API limit.
Sign In or Register to comment.