Cancels multiple orders by their IDs. Maximum 3000 orders per request. Duplicate order IDs in the request are automatically ignored. Works even in cancel-only mode.
Your API key
Ethereum address associated with the API key
HMAC signature of the request
API key passphrase
Unix timestamp of the request
3000Cancellation results for all orders
Array of order IDs that were successfully canceled
[
"0xabcdef1234567890abcdef1234567890abcdef12"
]Map of order IDs that could not be canceled with error messages
{
"0xabcdef1234567890abcdef1234567890abcdef12": "Order not found or already canceled"
}