Skip to main content

Cancell batch order

DELETE: /v1/spot/batch-order

Parameters

ParameterTypemandatoryDefaultDescriptionRanges
clientBatchIdstringfalseclient batch id
orderIdsarraytrue6216559590087220004,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": {}
}