AsterAster REST API

User's Force Orders

Get user's force orders.

GET
/v1/aster/fapi/v1/forceOrders

Authorization

HmacSha256
AuthorizationBearer <token>

HMAC SHA256 signature authentication for v1 endpoints

In: header

Query Parameters

symbol?string
autoCloseType?enum<string>
Available options: LIQUIDATIONADL
startTime?integer
endTime?integer
limit?integerdefault: 50
recvWindow?integer
timestamp*integerrequired

Response Body

application/json

curl -X GET "https://api.hypereth.io/v1/aster/fapi/v1/forceOrders?timestamp=0"
[
  {
    "orderId": 0,
    "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": 0,
    "updateTime": 0
  }
]