Skip to main content
The Options Tape API is BackQuant’s multi-venue, real-time and historical record of every options trade we observe. The same canonical payload powers cursor-paginated REST history and a live WebSocket stream. Use it for scoring methodologies, flow dashboards, and execution analytics.

What’s in it

  • Every trade, normalised: venue / coin / instrument / strike / expiry / direction / amount / price / index price / IV (when present) / premium in USD / block-trade flag / ms timestamp.
  • Eight venue IDs ingested when live (see Venue coverage).
  • 5-year retention in the persistence layer (with noted exceptions such as Derive HYPE live-only). Backfill of history before 2026-05-17 is available on request via our archive partner.
  • Sub-second freshness on the WebSocket for native WS venues. REST /recent reflects the latest trade soon after it lands in Postgres.
  • Filters for venue, instrument, option type, strike range, premium minimum, and derived tags (0dte, atm, whale).
  • Analytics helpers: time-bucket imbalance, strike heat, whale prints, and flow by strike (cumulative aggressor map on open contracts).

REST tape

WebSocket

Imbalance

Strike heat

Whale prints

Flow by strike

Customer delta flow

Venue coverage

Venue coverage

Filter with ?venues=deribit,bybit,okx,binance,derive,thalex,delta_india,delta. See Venue coverage for units and settlement behaviour.

Units on the tape

Cross-venue comparisons should use amount and premium_usd. See Venue coverage for how each venue is normalized.

Coins

  • BTC and ETH are fully covered across the main venues.
  • SOL and HYPE appear in schema / Derive paths; treat coverage as partial unless you have verified live prints.

Tape vs derived GEX

See Positioning.

Quick start

See also

Authentication

Data freshness

Rate limits

Response envelope