AsterAster REST API

Query Order V3

Check an order's status using Web3 authentication.

GET
/v1/aster/fapi/v3/order

Authorization

Web3Auth
Authorization<token>

Web3 authentication using user, signer, nonce, and signature parameters

In: header

Query Parameters

symbol*stringrequired
orderId?integer
origClientOrderId?string
user*stringrequired

Ethereum address

signer*stringrequired

Signer Ethereum address

nonce*stringrequired

Microsecond timestamp

signature*stringrequired

Ethereum signature

recvWindow?integer
timestamp*integerrequired

Response Body

application/json

curl -X GET "https://api.hypereth.io/v1/aster/fapi/v3/order?symbol=string&user=string&signer=string&nonce=string&signature=string&timestamp=0"
{
  "avgPrice": "string",
  "clientOrderId": "string",
  "cumQuote": "string",
  "executedQty": "string",
  "orderId": 0,
  "origQty": "string",
  "origType": "string",
  "price": "string",
  "reduceOnly": true,
  "side": "string",
  "positionSide": "string",
  "status": "string",
  "stopPrice": "string",
  "closePosition": true,
  "symbol": "string",
  "time": 0,
  "timeInForce": "string",
  "type": "string",
  "activatePrice": "string",
  "priceRate": "string",
  "updateTime": 0,
  "workingType": "string",
  "priceProtect": true
}