I went through the HTTP API documentation here https://kite.trade/docs/connect/v3/orders/#placing-orders and also the JavaScript client documentation here https://kite.trade/docs/kiteconnectjs/v3/Kite
3) Yes. Either pending quantity or check if qty-filled_qty == 0. Below is the function I use to get a list of all orders and pending_orders. <br />def get_all_and_pending_orders():<br />r