In kotak neo api Order is rejected due to unavailable fund but and API is responding with { "stat": "Ok", "nOrdNo": "240102000804077", "tid": "server5_11034", "stCode": 200 } , how to check if order got rejected or not due unavailable fund or any other reason. #114
@GaneshTowar You can use, Get Order Book
Or Get Order History With Order No
I think
client.order_history
only work for orders placed via API, If the order placed via web or app, It won't work.