AsterAster REST API
24hr Ticker Price Change Statistics
24 hour rolling window price change statistics.
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/24hr"{
"symbol": "string",
"priceChange": "string",
"priceChangePercent": "string",
"weightedAvgPrice": "string",
"lastPrice": "string",
"lastQty": "string",
"openPrice": "string",
"highPrice": "string",
"lowPrice": "string",
"volume": "string",
"quoteVolume": "string",
"openTime": 0,
"closeTime": 0,
"firstId": 0,
"lastId": 0,
"count": 0
}