There was an error while loading. Please reload this page.
Cancel placed order.
http://122.8.148.106/robot/api/v1/cancelOrder/<brokerCode>
POST
Header : X-API-KEY: <XXXXXX> , Content-Type: application/json
X-API-KEY: <XXXXXX>
Content-Type: application/json
accountNo
orderNo
symbol
side
priceType
{ "accountNo":"1234567-8", "orderNo":"4867", "symbol":"MINT", "side":"B", "priceType":"LIMIT" }
Code: 200
Content:
{ "status":"T", "message":"Success", "data":{ "orderNo":"4867" } }
{ "status": "F", "message": "Account not found", "data": {} }
OR
{ "status": "F", "message": "QWERD is unavailable to trade with this account type.", "data": {} }