Batch Cancel Orders
Type: POST
Description: /future/trade/v1/order/cancel-batch
Parameters
Name | Type | Mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
orderIds | string | true | N/A | Order IDs (comma-separated) |
Limit Flow Rules
200/s/apikey
Response Example
Response
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": true,
"returnCode": 0
}