Request:
{
"id": "4",
"op": "batch-cancel-orders",
"args": {
"symbol": "BTCUSDC",
"orderIdList": [2269150830932668416, 2269150830932668417],
"clientOrderIdList": ["my-order-001"]
}
}| Field | Type | Required | Description |
|---|---|---|---|
| symbol | string | No | Trading pair |
| orderIdList | long[] | One of the two | List of order IDs |
| clientOrderIdList | string[] | One of the two | List of client order IDs |
The response data format is the same as batch place orders (order information on success, error object on failure).
