24hr Ticker Price Change Statistics
Type: NONE
Weight: 1 with symbol, 40 without
GET /fapi/v1/ticker/24hr
Rolling 24-hour statistics. Public endpoint: no X-MBX-APIKEY, timestamp or signature required.
Request
GET /fapi/v1/ticker/24hr?symbol=BTCUSDT
Query params
| Name | Type | Required | Notes |
|---|---|---|---|
symbol | string | no | Omit for an array of all symbols. |
Response — 200
{
"symbol": "BTCUSDT",
"priceChange": "100.50",
"priceChangePercent": "0.17",
"weightedAvgPrice": "59980.00000000",
"lastPrice": "60050.50",
"lastQty": "0.025",
"openPrice": "59950.00",
"highPrice": "60500.00",
"lowPrice": "59800.00",
"volume": "12345.678",
"quoteVolume": "740921050.00",
"openTime": 1714174834567,
"closeTime": 1714261234567,
"firstId": 1714175000000,
"lastId": 1714261000000,
"count": 12345
}
| Field | Notes |
|---|---|
firstId / lastId | Timestamps (ms), not integer trade ids — Sparky trade ids are UUIDs. |
weightedAvgPrice | quoteVolume / volume, same as Binance. |
Errors
| HTTP | code | msg |
|---|---|---|
400 | -1121 | Invalid symbol. |