AsterAster REST API
Auto-Cancel All Open Orders
Cancel all open orders after countdown timer expires.
Authorization
HmacSha256 AuthorizationBearer <token>
HMAC SHA256 signature authentication for v1 endpoints
In: header
Request Body
application/x-www-form-urlencoded
symbol*stringrequired
countdownTime*integerrequired
recvWindow?integer
timestamp*integerrequired
Response Body
application/json
curl -X POST "https://api.hypereth.io/v1/aster/fapi/v1/countdownCancelAll" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d 'symbol=string'{
"symbol": "string",
"countdownTime": "string"
}