Status kill-switch timer
Status kill-switch timer
The endpoint retrieves the status of kill-switch timer.
Error Codes
Error Codes
30- default validation error code31- market validation failed
Errors
Errors
{
"code": 31,
"message": "Validation failed",
"errors": {
"market": ["Market is not available."]
}
}
POST
Status kill-switch timer
Authorizations
API Key authentication for private endpoints.
Required headers:
- X-TXC-APIKEY: API key
- X-TXC-PAYLOAD: Base64 encoded JSON payload
- X-TXC-SIGNATURE: HMAC SHA512 signature
Body
application/json
Response
Successful response - returns array of kill-switch timer statuses
Market name
Example:
"BTC_USDT"
Timer start timestamp
Example:
1686127243
Order cancellation timestamp (startTime + timeout)
Example:
1686127343
Order types affected by kill-switch
Available options:
spot, margin, futures Example:
["spot", "margin"]