Cancel order
Exchange
Cancel order
Requests cancellation of open quantity on an order. Filled quantity is final; only remaining quantity can be cancelled if the order is still cancellable.
POST
Cancel order
Documentation Index
Fetch the complete documentation index at: https://stabyl.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Order writes are asynchronous. Store the
Idempotency-Key before sending the request, reuse it for retries after uncertain responses, and read the order resource for the final state.Authorizations
API key. Send it in the X-Api-Key header.
Headers
Unique key for this exact write intent. Store it before sending the request and reuse it for retries after timeouts or transient errors.
Path Parameters
Public order ID returned by create or list order endpoints.