Skip to main content
POST
Cancel Order

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to cancel an order.

sub_account_address
string
required
symbol
string
required
Example:

"BTC-USDCx"

order_id
null | string<uuid>

Response

200 - application/json

Order canceled

Response for canceling an order.

order_id
null | string<uuid>