Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

User session token

Body

application/json

Request to cancel all orders for the authenticated user.

account_id
string | null

Optional account ID. If omitted, the account is inferred from the connection: the user's default account, or the session account for an account-scoped session.

symbol
string | null

Optional symbol filter. If provided, only orders for this symbol will be canceled.

Response

All orders canceled

Response for canceling all orders.