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

  • object
  • object[]
symbol
string
priceChange
string
priceChangePercent
string
weightedAvgPrice
string
lastPrice
string
lastQty
string
openPrice
string
highPrice
string
lowPrice
string
volume
string
quoteVolume
string
openTime
integer
closeTime
integer
firstId
integer
lastId
integer
count
integer