Skip to main content
GET
Tape statistics for a window
Aggregate roll-up over a configurable window (up to 7 days). Returns overall + per-venue totals: trade count, total premium in USD, contract volume, call/put split, and buy-side vs sell-side premium. Use this when you don’t need raw trades - just the headline numbers for a scoring model, dashboard, or alert.

Example response shape

See also

Full tape with filters

Live WebSocket

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
venues
string | null
hours
integer
default:24

Window in hours (max 7d).

Required range: 1 <= x <= 168
premium_min_usd
number | null
Required range: x >= 0

Response

Successful Response