Blast Futures Exchange
  • Get Started
    • 👋Introduction
      • What Is Blast?
    • What are Perpetual Futures?
    • Bridging to Blast
    • Blast Points & Gold
      • Blast Gold Liquidity Program
    • BFX Points
      • Staking $RBX
      • Staking $RBX LP
    • USDB Native Yield
    • Referral Program
    • Index Price
    • Funding Rate
    • Deposit & Withdrawal
    • Trading Fees
    • BFX OTC Service
    • Dynamic Market Maker (DMM)
      • Dynamic Router
    • Profit / Loss Calculation
    • Margin Calculation
    • Insurance Fund
    • Liquidations
  • API DOCUMENTATION
    • Introduction
    • 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
    • Vault Setup
  • Frequently Asked Questions
  • Contracts
  • Telegram
  • Discord
  • Audits
Powered by GitBook
On this page
  1. API DOCUMENTATION
  2. Websocket

Trades

Subscribe to 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 10 months ago