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

Trades

Subscribe to the aggregated trades stream

Request Example


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

Response Parameters

Parameter
Type
Comments

topic

String

Topic name

symbol

String

Symbol name

exchange

String

The exchange that made the transaction

price

String

Trade Price

size

Integer

Trade size

ts

Float

Timestamp

Response Example


{
  "topic": "trades",
  "symbol": "BTCUSDT",
  "exchange": "binance",
  "price": "105000.2",
  "size": 0.1,
  "side": "buy"
  "ts": 1738334759383
}

PreviousTickersNextOHLC

Last updated 3 months ago