Skip to main content

Get Auto-Cancel All Open Orders (Kill-Switch) Config (TRADE)

API Description

This endpoint returns the auto-cancel parameters for each underlying symbol. Note only active auto-cancel parameters will be returned, if countdownTime is set to 0 (ie. countdownTime has been turned off), the underlying symbol and corresponding countdownTime parameter will not be returned in the response.

HTTP Request

GET /eapi/v1/countdownCancelAll 

Request Weight

1

Request Parameters

NameTypeMandatoryDescription
underlyingSTRINGNOOption underlying, e.g BTCUSDT
recvWindowLONGNO
timestampLONGYES
  • countdownTime = 0 means the function is disabled.

Response Example

{
"underlying": "ETHUSDT",
"countdownTime": 100000
}