Skip to main content

Auto-Cancel All Open Orders (Kill-Switch) Heartbeat (TRADE)

API Description#

This endpoint resets the time from which the countdown will begin to the time this messaged is received. It should be called repeatedly as heartbeats. Multiple heartbeats can be updated at once by specifying the underlying symbols as a list (ex. BTCUSDT,ETHUSDT) in the underlyings parameter.

HTTP Request#

POST /eapi/v1/countdownCancelAllHeartBeat

Request Weight#

10

Request Parameters#

NameTypeMandatoryDescription
underlyingsSTRINGYESOption Underlying Symbols, e.g BTCUSDT,ETHUSDT
recvWindowLONGNO
timestampLONGYES
  • The response will only include underlying symbols where the heartbeat has been successfully updated.

Response Example#

{ "underlyings":["BTCUSDT","ETHUSDT"]}