batch-cancel-orders — Batch Cancel Orders

Request:

{
  "id": "4",
  "op": "batch-cancel-orders",
  "args": {
    "symbol": "BTCUSDC",
    "orderIdList": [2269150830932668416, 2269150830932668417],
    "clientOrderIdList": ["my-order-001"]
  }
}
FieldTypeRequiredDescription
symbolstringNoTrading pair
orderIdListlong[]One of the twoList of order IDs
clientOrderIdListstring[]One of the twoList of client order IDs

The response data format is the same as batch place orders (order information on success, error object on failure).