Error
Orders
Cancel an order
Cancels the order and marks it CANCELLED. Subsequent calls are no-ops.
Error
Authorizations
HMAC-SHA256 authentication. Sign every request and send X-API-KEY, X-API-SIGNATURE, X-API-TIMESTAMP and X-API-NONCE (see the Authentication guide). Each route also requires a specific claim on your API key (e.g. read:orders, write:orders, read:account, read:market-data).
Path Parameters
Order id to cancel.
Example:
"b9f266be-ebe9-41fc-a07f-57ad43dee26f"
Response
On success the envelope data is the id of the cancelled order.
