cURL
Order entry and management
Cancel order
POST
cURL
Authorizations
User session token
Body
application/json
- Option 1
- Option 2
Identifier of the order to cancel; either oid (server order id) or
cid (client order id).
Strong type for Order IDs to prevent mixing with other string values
Order IDs are ULIDs with a prefix:
- Regular orders: O-
- Liquidation orders: L-
Optional account ID, selecting which account's cid namespace the
reference resolves against. Only meaningful when the order is given by
cid — a cid is unique per account, not globally — and superfluous
when oid is supplied (server order ids are globally unique). If
omitted, the default (primary) account is used.
Response
Order cancel requested
Whether the cancel request has been accepted; e.g. true, false