AsterAster REST API

Symbol Price Ticker

Latest price for a symbol or symbols.

GET
/v1/aster/fapi/v1/ticker/price

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/price"
{
  "symbol": "string",
  "price": "string",
  "time": 0
}