@yash544 When you place order you will get callback(request from our server) to your server when order status changes. For example you have placed an limit order and when it gets executed you will ge…
It's not possible to see the P&L of an order, but the /positions API gives you a set of "day" entries (https://kite.trade/docs/connect/v1/#positions) that give you statistics for the day
https://kite.trade/docs/connect/v1/#packet-structure All prices are in paise. For currencies, the int32 price values should be divided by 10000 to obtain four decimal plaes. For everything else, the p
Postback API for getting order updates (completion, rejection, cancellation) as they happen, is now live -- https://kite.trade/docs/connect/v1/#postback-webhooks