Skip to main content
Cancel all orders

Authorizations

X-TXC-APIKEY
string
header
required

The public WhiteBIT API key.

X-TXC-PAYLOAD
string
header
required

Base64-encoded JSON request body.

X-TXC-SIGNATURE
string
header
required

HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).

Body

application/json
request
string
required
Example:

"{{request}}"

nonce
integer
required
Example:

1594297865000

market
string

Available market. Example: BTC_USDT

Example:

"BTC_USDT"

type
enum<string>[]

Order types to target. Valid values: "spot" — standard spot orders. "margin" — marginal orders placed on spot markets. Note: the "margin" value is not the same as the collateral account balance; "collateral" in other endpoints refers to the funding account, whereas "margin" here refers specifically to the order type. "futures" — marginal orders placed on futures markets (e.g., BTC_PERP). If omitted, the API targets all order types.

Available options:
spot,
margin,
futures
Example:
positionSide
enum<string>

Position side scope. Accepted only when market is a perpetual futures market (e.g., BTC_PERP); values are lowercase on this endpoint.

Available options:
both,
long,
short
Example:

"both"

Response

Orders cancelled successfully. The response body is a literal empty array.