Skip to main content
POST
/
api
/
v4
/
order
/
kill-switch
Sync kill-switch timer
curl --request POST \
  --url https://whitebit.com/api/v4/order/kill-switch \
  --header 'Content-Type: application/json' \
  --header 'X-TXC-APIKEY: <api-key>' \
  --data '
{
  "market": "<string>",
  "timeout": 123,
  "types": [
    "<string>"
  ],
  "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
timeout
integer

Timeout in seconds

types
string[]
request
string
nonce
string

Response

200

Kill-switch timer synced