Cancel orders for a market
Cancel orders for a market
Cancels all open orders for the authenticated user in a specific market (condition) and asset. Works even in cancel-only mode.
DELETE
Cancel orders for a market
Authorizations
Your API key
Ethereum address associated with the API key
HMAC signature of the request
API key passphrase
Unix timestamp of the request
Body
application/json
Response
Cancellation results for market orders
Array of order IDs that were successfully canceled
Example:
[
"0xabcdef1234567890abcdef1234567890abcdef12"
]Map of order IDs that could not be canceled with error messages
Example:
{
"0xabcdef1234567890abcdef1234567890abcdef12": "Order not found or already canceled"
}