Cancell batch order
DELETE: /v1/spot/batch-order
Parameters
Parameter | Type | mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
clientBatchId | string | false | client batch id | ||
orderIds | array | true | 6216559590087220004,6216559590087220005 |
Note: The parameters should be placed in the request body in the form of json
Java
public String batchOrderDel(){
}
Response
{
"code": 200,
"msg": "string",
"msgInfo": [
{}
],
"data": {}
}