I have a trading tool built using Python Client of Kite Connect API. I wanted to know if I execute a sell order or buy order on Kite Web portal, can I get notification of that order in my Python Client based tool. My tool is a web application developed in Python Flask application framework. Please help!!
Postbacks are only sent for the orders that are placed by your api_key. However you can listen to all order updates via Websockets API. You can know more here.