private/advanced/cancel-order-list
POSTCancels multiple advanced orders in a single request./private/advanced/cancel-order-list
This call is asynchronous, so the response is simply a confirmation of the request.
The user.advanced.order subscription can be used to check when the orders are successfully canceled.
Request
Body
required
- Array [
- ]
Request id (echoed in response)
Must be "private/advanced/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
order_list object[]required
>= 1, <= 10 Order ID to cancel. string format is highly recommended.
Client Order ID to cancel.
Schema
- Array [
- ]
Echoed request id
Method invoked
0 = success; non-zero indicates error (reason code).
result object[]
Index of the order in the original request (0-based).
0 for success, error code otherwise.
Error message (present on failure).
Present when code !== 0.
Present when code !== 0.