$kite->getOrderHistory($order_id) If I loop through above function for 100 different orders, on an average each call takes approximately 1 sec to complete. (100 sec total). I believe there is a rate limit on this call. Assuming that I have taken 100 different orders at present, I will not be able to reach on time for the next 1 min candle (100sec > 60sec). I will loose approx 40sec. Without knowing the order status, I can not proceed with new trades. Please suggest me on how to handle this issue.
You can look here for
on_order_update
method for python client Websocket order updates.