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

Midprice

Subscribe to the aggregated orderbook stream

Request Example


{
  "topic": "midprice",
  "symbol": "BTCUSDT",
  "action": "subscribe",
}

Response Parameters

Parameters
Type
Comments

topic

string

Topic name

symbol

string

Symbol name

midPrice

string

Midprice

ts

float

Timestamp (ms)

Response Example


{
  "topic": "midprice",
  "symbol": "BTCUSDT",
  "midPrice": "105346.45",
  "ts": 1693564830000,
}

PreviousRoadmapNextTickers

Last updated 3 months ago