Kite Connect API rate limits are enforced at the API key level, not per individual user or access token. All requests originating from a single API key are aggregated across users and endpoints, and …
The following doc mentions rate limit, but its not clear, on what level is the rate limit - https://www.kite.trade/docs/connect/v3/exceptions/#api-rate-limit
The error message is only displayed if the order rate limit is breached. Kite Connect API not only counts the orders placed but also the orders blocked due to invalid requests. Invalid orders are not…
Kite Connect rate limits are enforced per API key (per app), not per IP address. This means that if you purchase and use multiple Kite Connect apps with separate API keys, the limits apply independen…
The issue is that I am able to call the getQuote and getHistoricalData APIs around 10 times within one second, but as per the limits mentioned here - https://kite.trade/docs/connect/v3/exceptions/#api
@nvegupta 200 orders per minute is the order placement limit, not related to retrieving the orders or positions. However, there are a few other API rate limits; you may refer to the documentation her…