LogoLogo
  • 👋Introduction
  • Get Started
  • Sonic rGEMs Rewards Program
  • Chart Trader
  • Index Price
  • Vaults
    • RabbitX Liquidity Pool Vault
  • Funding Rate
  • Deposit / Withdrawal
  • Fiat Deposits
  • Binance Direct Deposit
  • Profit / Loss Calculation
  • Margin Calculation
  • Market Slippage Protection
  • Liquidations
  • RabbitX Quantower
  • Fees
    • API Fees
  • Frequently Asked Questions
  • Token
    • Explore $RBX
    • Contract Details
  • API Documentation
    • Introduction
    • Rate Limits
    • Generate Your API Keys
      • Signing with API Key
    • Public Endpoints
      • Market Info
      • Trades
      • Orderbook
      • Funding Rate
      • Candles
    • Private Endpoints
      • Account Operations
      • Authentication
      • Orders
      • Fills
      • Positions
      • Profile
      • Balance History
      • Deadman Switch
    • Websocket
      • Trades
      • Orderbook
      • Market Info
      • Account
    • Responses Data Structure
  • Twitter
  • Discord
  • Audit
  • Bug Bounty
  • Bug Bounty Postmortem Report
  • Terms of Use
Powered by GitBook
On this page
  1. API Documentation
  2. Websocket

Trades

Subscribe to the channel name trade:<symbol> to get real-time market trades.

Example data

[{'id': 'ETH-USD-13230788',
  'liquidation': False,
  'market_id': 'ETH-USD',
  'price': '1751.5',
  'size': '0.061',
  'taker_side': 'short',
  'timestamp': 1677222281960306},
 {'id': 'ETH-USD-13230785',
  'liquidation': False,
  'market_id': 'ETH-USD',
  'price': '1751.5',
  'size': '1.066',
  'taker_side': 'short',
  'timestamp': 1677222213001608},
  ...]
PreviousWebsocketNextOrderbook

Last updated 6 months ago