Skip to main content
The Price API streams real-time indicative prices from Bebop’s market makers over WebSocket. Each message contains a full snapshot of pricing across all supported pairs on a network, encoded as Protocol Buffers for compact, low-latency delivery.

When to Use

  • You need real-time indicative prices for pre-trade estimation before requesting a firm quote from the RFQ API
  • You are building a solver or aggregator that evaluates Bebop liquidity continuously without consuming quote rate limits
  • You want a live order book view of Bebop’s aggregated market maker depth across all pairs on a network

At a Glance

How It Works

See the Reference for a detailed pricing mode and expiry comparison.

Key Endpoints

Next Steps

Quickstart

Connect, decode, and process the pricing stream in 10-15 minutes.

Estimating VWAP

Estimate execution prices for specific trade sizes without requesting a firm quote.