Skip to main content
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 of call_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_date rolls past UTC today.
  • Native taker side - every venue stamps direction at 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

X-API-Key
string
header
required

Your BackQuant API key (same key as v1)

Headers

X-API-Key
string | null

Query Parameters

symbol
enum<string>
default:BTCUSDT

Trading symbol: BTCUSDT, ETHUSDT, SOLUSDT, or HYPEUSDT.

Available options:
BTCUSDT,
ETHUSDT,
SOLUSDT,
HYPEUSDT
expiry
string | null

Single live expiry YYYY-MM-DD. Omit for all open contracts.

expiries
string | null

Comma-separated live expiries YYYY-MM-DD to COMBINE; takes precedence over expiry.

min_premium_usd
number
default:0

Minimum premium_usd per trade (whale filter).

Required range: x >= 0
venues
string | null

CSV venue filter. Default: all. Allowed: binance, bybit, delta, delta_india, deribit, derive, okx, thalex

Response

Successful Response