need to know pending quantity

palani_kmp
Hi,

I place the limit order of RELIANCE and I would like to know when all my mentioned quantity(1000) completely traded?
--------------------------------
r = requests.get('https://api.kite.trade/instruments/NSE/RELIANCE?api_key=myapi&access_token=mytoken')
p = requests.get("https://api.kite.trade/orders/151220000000000?api_key=myapi&access_token=token")
pjson=p.json()
pendin=pjson['data'][0]['pending_quantity']
print("pending Quantity",pendin)

------------------------------
But I am getting error.kindly help to know pending quantity of my placed trade
This discussion has been closed.