cURL
curl --request GET \ --url https://api.hypereth.io/v1/aster/fapi/v1/order \ --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 }
Check an order’s status.
HMAC SHA256 signature authentication for v1 endpoints
Order information