API: Tape & WebSocket
Flow by strike
Cumulative multi-venue aggressor buying and selling by strike on still-open contracts, split into call buy, call sell, put buy and put sell.
GET
Aggressor flow by strike (bought vs sold calls/puts)
GET /v2/tape/flow-by-strike
Real taker flow on still-open contracts (expiry_date >= today UTC),
aggregated by strike into four quadrants: call buy, call sell, put buy,
put sell. This is cumulative inventory of aggressor prints behind live
OI, not a rolling lookback window.
Use it to see where aggressors have been active by strike without pulling
the full trade history.
Who it’s for
Coins
BTCUSDT and ETHUSDT only. SOLUSDT / HYPEUSDT return 404 - they
do not yet have a multi-venue aggressor tape of this shape.
Query parameters
Omit both
expiry and expiries to include every still-open contract.
Response shape
Quadrant fields
Each ofcall_buy / call_sell / put_buy / put_sell:
Dealer-style net size on a call strike is typically
call_sell.size − call_buy.size (passive/maker inventory from aggressor
tape). See Positioning.
Important properties
- Cumulative on open contracts - not “last N hours.” Expired prints
drop when
expiry_daterolls past UTC today. - Native taker side - every venue stamps
directionat ingest (Deribit, Bybit, OKX, Binance, Derive, Thalex, Delta India, Delta Global). This is not quote-rule inference. - Cached ~90s - single-flight compute; safe to poll for dashboards.
Example
See also
Positioning (flow vs std)
Venue coverage
Tape overview
Greek TRACE
Authorizations
Your BackQuant API key (same key as v1)
Headers
Query Parameters
Trading symbol: BTCUSDT, ETHUSDT, SOLUSDT, or HYPEUSDT.
Available options:
BTCUSDT, ETHUSDT, SOLUSDT, HYPEUSDT Single live expiry YYYY-MM-DD. Omit for all open contracts.
Comma-separated live expiries YYYY-MM-DD to COMBINE; takes precedence over expiry.
Minimum premium_usd per trade (whale filter).
Required range:
x >= 0CSV venue filter. Default: all. Allowed: binance, bybit, delta, delta_india, deribit, derive, okx, thalex
Response
Successful Response
