Address
/openApi/entrust/cancel
Receiving parameter
- Yes
Submit
- POST(form)
Example
curl -d /openApi/entrust/cancel
Submit parameter
ParamName | Y/N | Type | Example | Description |
---|---|---|---|---|
order_ids | No | string | sn1,sn2 | Order No, Comma-separated |
symbol | No | string | BTC-USDT |
Trading pair |
Note: If parameter is passed to a symbol trading pair, system will attempt to undo all orders associated with current trading pair. If user only wants to undo a single order, please use order_ids parameter. Please remember to choose one of this two parameters,do not use them at the same time.
Return parameter
ParamName | Y/N | Type | Example | Description |
---|---|---|---|---|
errno | Yes | int | 0 | Status code |
errmsg | Yes | success | success | Status information |
result | Yes | list | Failure list |
Return example
#Note: successful return only means successful cancellation,please know it from entrusted details.
{
"errno": 0,
"errmsg": "success",
"result":{
"success":["avl12121","bl3123123"],
"failed":["sd24564","sdf6564564"]
}
}
Comments
0 comments
Article is closed for comments.