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

Market Info

Subscribe to market:<symbol> to get real-time market updates.

Example data

{'average_daily_volume': '2401820.374635',
 'average_daily_volume_change_basis': '0',
 'average_daily_volume_change_premium': '0',
 'average_daily_volume_q': '94024.7',
 'best_ask': '25.4949',
 'best_bid': '25.4944',
 'fair_price': '24.1895',
 'forced_margin': '0.03',
 'id': 'SOL-USD',
 'index_price': '23.95',
 'instant_daily_volume': '0',
 'instant_funding_rate': '0.00273966823038845141406334164590479235',
 'last_funding_rate_basis': '0.00275322341295428046383659139400384672',
 'last_funding_update_time': 1677223163016247,
 'last_trade_price': '25.4944',
 'last_trade_price_24h_change_basis': '-0.02196647101699466758737100548586335213',
 'last_trade_price_24h_change_premium': '-0.5726',
 'last_trade_price_24high': '27.9',
 'last_trade_price_24low': '19.3886',
 'last_update_sequence': 9093289,
 'last_update_time': 1677223553148672,
 'liquidation_margin': '0.02',
 'market_price': '25.49465',
 'min_initial_margin': '0.05',
 'min_order': '0.01',
 'min_tick': '0.0001',
 'status': 'active'}
PreviousOrderbookNextAccount

Last updated 10 months ago