What is the maximum order quantity that can be executed through the API?
I figured out that the limit is capped at 1 lakh units for API. I am encountering issues with larger quantity order execution, and upon investigation, I found that this limitation is likely causing the problem. To word around this, I tried splitting the orders across multiple APIs, but I am still facing challenges with execution. Can i please know whether this issue is due to API limitations or broker-imposed restrictions? Additionally, what would be the most effective solution to resolve this and enable the deployment of larger quantities?
Can you enable debug logs for the Kite Connect library and share the complete stacktrace? We will check and get back to you. We don't have any API level restrictions. It is all Zerodha account level restrictions or some restrictions that are imposed by exchange.
PS: Make sure to remove app and client specific tokens.
You are getting rate limited. You seem to be making more number of requests than specified number of requests. You can know more about rate limits from FAQs.
We don't have any API level restrictions. It is all Zerodha account level restrictions or some restrictions that are imposed by exchange.
PS: Make sure to remove app and client specific tokens.
You can know more about rate limits from FAQs.