Hi @rktheinvestor1,
You can get list of all orders you have placed in a day with KiteConnect.getOrders(). If you are looking for particular order's details like various stages of order lifecycle in the system like open pending, open, modification pending etc you can use kiteConnect.getOrder(orderId).
You can get list of all orders you have placed in a day with KiteConnect.getOrders(). If you are looking for particular order's details like various stages of order lifecycle in the system like open pending, open, modification pending etc you can use kiteConnect.getOrder(orderId).