I only trade in liquid counters.. otherwise automation is very difficult..
{ "status":true, "message":"SUCCESS", "errorcode":"", "data":[{ "variety":NORMAL, "ordertype":LIMIT, "producttype":INTRADAY, "duration":DAY, "price":"194.00", "triggerprice":"0", "quantity":"1", "disclosedquantity":"0", "squareoff":"0", "stoploss":"0", "trailingstoploss":"0", "tradingsymbol":"SBIN-EQ", "transactiontype":BUY, "exchange":NSE, "symboltoken":null, "instrumenttype":"", "strikeprice":"-1", "optiontype":"", "expirydate":"", "lotsize":"1", "cancelsize":"1", "averageprice":"0", "filledshares":"0", "unfilledshares":"1", "orderid":201020000000080, "text":"", "status":"cancelled", "orderstatus":"cancelled", "updatetime":"20-Oct-2020 13:10:59", "exchtime":"20-Oct-2020 13:10:59", "exchorderupdatetime":"20-Oct-2020 13:10:59", "fillid":"", "filltime":"", "parentorderid":"" }] }This is the response one get from order book.. order id will match the one that you get during the order submission. You can check theorderstatus field or filledshares field.