AsterAster REST API

Symbol Order Book Ticker

Best price/qty on the order book for a symbol or symbols.

GET
/v1/aster/fapi/v1/ticker/bookTicker

Authorization

ApiKeyAuth
X-MBX-APIKEY<token>

API Key authentication for Aster Finance

In: header

Query Parameters

symbol?string

Response Body

application/json

curl -X GET "https://api.hypereth.io/v1/aster/fapi/v1/ticker/bookTicker"
{
  "symbol": "string",
  "bidPrice": "string",
  "bidQty": "string",
  "askPrice": "string",
  "askQty": "string",
  "time": 0
}