cURL
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 }
24 hour rolling window price change statistics.
API Key authentication for Aster Finance
24hr ticker statistics