private/cancel-order-list (LIST)
POSTCancel a list of orders on the Exchange./private/cancel-order-list
This call is asynchronous, so the response is simply a confirmation of the request.
The user.order subscription can be used to check when each of the orders is successfully cancelled.
Request
Body
required
- Array [
- ]
Request id (echoed in response)
Must be "private/cancel-order-list"
Your API key (only required for private REST)
HMAC-SHA256 signature in hex (only required for private REST)
Current timestamp in milliseconds, e.g. "1771761038000".
params objectrequired
Possible values: [LIST]
Must be LIST for order-list APIs
order_list object[]required
Instrument name, e.g. ETH_CRO, BTC_USDT.
Order ID.
Optional Client order ID (maximum 36 characters).
Schema
- Array [
- ]
Echoed request id
Method invoked
0 = success; non-zero indicates error (reason code).
result object[]
0 if success.
The index of corresponding order request (start from 0).
(Optional) For server or error messages.
Present when code !== 0.
Present when code !== 0.