Skip to main content
POST
/
api
/
v4
/
order
/
cancel
/
all
Cancel all orders
curl --request POST \
  --url https://whitebit.com/api/v4/order/cancel/all \
  --header 'Content-Type: application/json' \
  --header 'X-TXC-APIKEY: <api-key>' \
  --data '
{
  "market": "BTC_USDT",
  "type": "limit",
  "request": "<string>",
  "nonce": "<string>"
}
'

Authorizations

X-TXC-APIKEY
string
header
required

API Key authentication for private endpoints.

Required headers:

  • X-TXC-APIKEY: Your API key
  • X-TXC-PAYLOAD: Base64 encoded JSON payload
  • X-TXC-SIGNATURE: HMAC SHA512 signature

Body

application/json
market
string
Example:

"BTC_USDT"

type
enum<string>
Available options:
limit,
stop_limit,
stop_market
request
string
nonce
string

Response

200

Orders cancelled successfully