Skip to main content
POST
Cancel up to 20 orders by id

Authorizations

DX-ACCESS-KEY
string
header
required

The public API key (alphanumeric access_key string).

DX-ACCESS-TIMESTAMP
string
header
required

Request timestamp, Unix milliseconds (decimal). ±5000 ms replay window.

DX-ACCESS-SIGNATURE
string
header
required

base64(HMAC-SHA256(secret, "timestamp\nMETHOD\npath?query\nbody")). For the WS handshake the body is empty and the path is /v1/ws.

Body

application/json
order_ids
string[]
required
Maximum array length: 20

A u64-domain value rendered as a decimal string (api.md §1).

Pattern: ^[0-9]+$

Response

Per-item, index-aligned results (api.md §6.10).

Aggregate cancel-batch body (api.md §6.10).

results
object[]
required

Per-item, index-aligned with the request.