Check the current status of the kill-switch timer for automatic order cancellation via the V4 API.
The public WhiteBIT API key.
Base64-encoded JSON request body.
HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).
Successful response - returns array of kill-switch timer statuses
Trading pair the timer applies to.
"BTC_USDT"
Unix timestamp (seconds) when the timer was created or last reset.
1686127243
Unix timestamp (seconds) when the kill-switch will cancel orders. Equals startTime + timeout.
1686127343
Order types targeted by the kill-switch. Possible values: spot, margin, futures.
spot, margin, futures ["spot", "margin"]