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

Authorizations

Authorization
string
header
required

HMAC SHA256 signature authentication for v1 endpoints

Query Parameters

symbol
string
autoCloseType
enum<string>
Available options:
LIQUIDATION,
ADL
startTime
integer
endTime
integer
limit
integer
default:50
Required range: x <= 1000
recvWindow
integer
timestamp
integer
required

Response

200 - application/json

Force orders history

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