Cancel Delegation
Address/openApi/entrust/cancel
Receive Parameters
Submission Method: POST(form)
Example
curl -d /openApi/entrust/cancel
Submission Parameters
Parameter Name | Required | Type | Example | Description |
---|---|---|---|---|
order_ids | No | string | sn1,sn2 | order numbers, separated by commas for batch operation |
symbol | No | string | BTC-USDT | Trading pair |
Return Parameters
Parameter Name | Required | Type | Example | Description |
---|---|---|---|---|
errno | Yes | int | 0 | Status code |
errmsg | Yes | success | success | Status Information |
result | Yes | list | Failure list |