Tickers
Subscribe to the aggregated tickers stream
Request Example
{
"topic": "tickers",
"symbol": "BTCUSDT",
"action": "subscribe",
}
Response Parameters
Parameter
Type
Comment
topic
string
Topic name
symbol
string
Symbol name
lastPrice
string
Last price
ts
string
Timestamp
Response Example
{
"topic": "ticker",
"symbol": "BTCUSDT",
"lastPrice": "23123.45",
"ts": 1693564830000,
}
Currently supported trades exchanges are Binance, Bybit, Okx, Hyperliquid & Bitget
Last updated