Skip to main content
DELETE
/
v1
/
aster
/
fapi
/
v1
/
allOpenOrders
Cancel All Open Orders
curl --request DELETE \
  --url https://api.hypereth.io/v1/aster/fapi/v1/allOpenOrders \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "msg": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.hypereth.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

HMAC SHA256 signature authentication for v1 endpoints

Query Parameters

symbol
string
required
recvWindow
integer<int64>
timestamp
integer<int64>
required

Response

200 - application/json

All orders cancelled

code
integer
msg
string