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