@KamalChhirang
I think its related to number of orders you are placing per second, try with 10 orders per second, for multiple times, like batch orders. and then check still facing same problem, if yes then its related to technical problem, else i…
Hey suprxd,
Instead of using built in Kite API which restricts to the 10 orders/second, you can built own POST requests logic, with that you can place upto 100 orders/second (concurrent requests) with lower latency. I already built it, and it works!…