Skip to main content
Status kill-switch timer

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
market
string

Available market. Example: BTC_USDT

Example:

"BTC_USDT"

request
string
Example:

"{{request}}"

nonce
integer
Example:

1594297865000

Response

Successful response - returns array of kill-switch timer statuses

market
string

Trading pair the timer applies to.

Example:

"BTC_USDT"

startTime
integer

Unix timestamp (seconds) when the timer was created or last reset.

Example:

1686127243

cancellationTime
integer

Unix timestamp (seconds) when the kill-switch will cancel orders. Equals startTime + timeout.

Example:

1686127343

types
enum<string>[]

Order types targeted by the kill-switch. Possible values: spot, margin, futures.

Available options:
spot,
margin,
futures
Example: