Skip to main content
DELETE
Cancel orders by market or across all markets

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

market
string
required

Market name. Example value: ETH-USDT. To get all supported markets, call /api/v1/markets endpoint. To cancel orders across all markets, use the value all.

clientRequestId
string

Client-generated UUID for correlation. Example value: 0835bf3e-4a20-41f0-908d-8213f2b7a285. If not provided, a random UUID will be generated.

Response

message
string
required

A message describing the result of the cancel orders operation.