Orders

Cancel order by client ID

Cancels an order using the client-provided identifier. Returns the final state of the canceled order.

Requires authentication.

DELETE
/orders/by-client-id/{cl_oid}

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

Path Parameters

cl_oid*string

Client-assigned order identifier.

Response Body

application/json