Skip to main content
POST
/
v1
/
aster
/
fapi
/
v1
/
countdownCancelAll
Auto-Cancel All Open Orders
curl --request POST \
  --url https://api.hypereth.io/v1/aster/fapi/v1/countdownCancelAll \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'symbol=<string>' \
  --data countdownTime=123 \
  --data recvWindow=123 \
  --data timestamp=123
{
  "symbol": "<string>",
  "countdownTime": "<string>"
}

Authorizations

Authorization
string
header
required

HMAC SHA256 signature authentication for v1 endpoints

Body

application/x-www-form-urlencoded
symbol
string
required
countdownTime
integer
required
timestamp
integer
required
recvWindow
integer

Response

200 - application/json

Countdown timer set

symbol
string
countdownTime
string