Skip to main content
GET
/
v1
/
aster
/
fapi
/
v1
/
allOrders
All Orders
curl --request GET \
  --url https://api.hypereth.io/v1/aster/fapi/v1/allOrders \
  --header 'Authorization: Bearer <token>'
[
  {
    "avgPrice": "<string>",
    "clientOrderId": "<string>",
    "cumQuote": "<string>",
    "executedQty": "<string>",
    "orderId": 123,
    "origQty": "<string>",
    "origType": "<string>",
    "price": "<string>",
    "reduceOnly": true,
    "side": "<string>",
    "positionSide": "<string>",
    "status": "<string>",
    "stopPrice": "<string>",
    "closePosition": true,
    "symbol": "<string>",
    "time": 123,
    "timeInForce": "<string>",
    "type": "<string>",
    "activatePrice": "<string>",
    "priceRate": "<string>",
    "updateTime": 123,
    "workingType": "<string>",
    "priceProtect": true
  }
]

Authorizations

Authorization
string
header
required

HMAC SHA256 signature authentication for v1 endpoints

Query Parameters

symbol
string
required
orderId
integer<int64>
startTime
integer<int64>
endTime
integer<int64>
limit
integer
default:500
Required range: x <= 1000
recvWindow
integer<int64>
timestamp
integer<int64>
required

Response

200 - application/json

List of all orders

avgPrice
string
clientOrderId
string
cumQuote
string
executedQty
string
orderId
integer<int64>
origQty
string
origType
string
price
string
reduceOnly
boolean
side
string
positionSide
string
status
string
stopPrice
string
closePosition
boolean
symbol
string
time
integer<int64>
timeInForce
string
type
string
activatePrice
string
priceRate
string
updateTime
integer<int64>
workingType
string
priceProtect
boolean