how to check if my order was executed completely, successfully ?

jyothish
When we send the call-
kite.orders(order_id='xxxxx')
it simply gives us all the information about that order right from placing the order to "validation pending" to "complete" or "rejected".

how do I know from this if an Order Status = COMPLETED ?
Tagged:
  • sujith
    Hi @jyothish,
    You look at status field of first item of array. For more information checkout docs here.

    Alternate, You can also fetch orderbook and look for status field of an order.
Sign In or Register to comment.