Ticker

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"
    }]
}
FieldDescription
lastLatest trade price
open24h24h opening price
high24h24h highest price
low24h24h lowest price
vol24h24h volume (quote currency)
vol24v24h volume (base currency)
chg24h price change ratio
tsTimestamp (ms)