reCluster
  • Welcome
    • reCluster
    • Registration
    • Frequently Asked Questions
    • Roadmap
  • Features
    • Midprice
    • Tickers
    • Trades
    • OHLC
    • Volume Weighted Average Price
  • Integration
    • General Information
    • Python
    • Node.js
    • Golang
Powered by GitBook
On this page
  1. Features

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

PreviousMidpriceNextTrades

Last updated 3 months ago