24-hour rolling market statistics.
Provides open, high, low, close, volume, and price change ratio for a trading pair. Updated every 2 seconds.
Subscribe
{
"event": "subscribe",
"arg": [{ "channel": "TICKER", "sym": "BINANCE_PERP_BTC_USDT" }]
}
Push Data
{
"arg": { "channel": "TICKER", "sym": "BINANCE_PERP_BTC_USDT" },
"data": [{
"last": "70306.3",
"open24h": "68646.9",
"high24h": "71789.8",
"low24h": "67456.7",
"vol24h": "19684067891.06",
"vol24v": "280148.509",
"chg": "0.024173",
"ts": "1774331168234"
}]
}
| Field | Description |
|---|---|
last | Latest trade price |
open24h | 24h opening price |
high24h | 24h highest price |
low24h | 24h lowest price |
vol24h | 24h volume (quote currency) |
vol24v | 24h volume (base currency) |
chg | 24h price change ratio |
ts | Timestamp (ms) |
