Skip to main content
GET
/
v1
/
aster
/
fapi
/
v1
/
ticker
/
24hr
24hr Ticker Price Change Statistics
curl --request GET \
  --url https://api.hypereth.io/v1/aster/fapi/v1/ticker/24hr \
  --header 'X-MBX-APIKEY: <api-key>'
{
  "symbol": "<string>",
  "priceChange": "<string>",
  "priceChangePercent": "<string>",
  "weightedAvgPrice": "<string>",
  "lastPrice": "<string>",
  "lastQty": "<string>",
  "openPrice": "<string>",
  "highPrice": "<string>",
  "lowPrice": "<string>",
  "volume": "<string>",
  "quoteVolume": "<string>",
  "openTime": 123,
  "closeTime": 123,
  "firstId": 123,
  "lastId": 123,
  "count": 123
}

Authorizations

X-MBX-APIKEY
string
header
required

API Key authentication for Aster Finance

Query Parameters

symbol
string

Response

200 - application/json

24hr ticker statistics

symbol
string
priceChange
string
priceChangePercent
string
weightedAvgPrice
string
lastPrice
string
lastQty
string
openPrice
string
highPrice
string
lowPrice
string
volume
string
quoteVolume
string
openTime
integer<int64>
closeTime
integer<int64>
firstId
integer<int64>
lastId
integer<int64>
count
integer