Orders

Cancel all open orders

Cancels all active orders with best-effort delivery. Optionally specify a market_id to cancel only orders for a specific trading pair. Returns a list of orders that were successfully requested for cancellation. Note that cancellation is asynchronous and not guaranteed for all orders.

Requires authentication.

DELETE
/orders/all

Authorization

ApiKeyAuth ApiSignatureAuth ApiTimestampAuth
x-api-key<token>

API key for authentication

In: header

x-api-signature<token>

HMAC-SHA256 signature: base64(HMAC(timestamp + method + path + body, secret))

In: header

x-api-timestamp<token>

Unix timestamp in seconds

In: header

Query Parameters

mkt_id?string

Market ID to cancel all orders for.

Response Body

application/json