Term structure
At-the-money implied volatility for each active expiration.
Filters:
exchanges— comma-separated venue filter.dte_max— drop tenors with DTE > dte_max (focus on the front of the curve).historical_compare_days=N— also include the constant-maturity ATM IV from N days ago, sourced from theiv_historyPostgres table. Returned as a separatehistoricalblock undercompare. Different shape from the live curve — historical is by DTE-bucket (7/14/30/60/90/180/365) since that’s how the worker stores it; the client can interpolate onto the live tenor grid for visualisation.
ATM IV per active expiration. FilterDocumentation Index
Fetch the complete documentation index at: https://docs.backquant.com/llms.txt
Use this file to discover all available pages before exploring further.
?dte_max for front-of-curve, or ?historical_compare_days=N for today vs N days ago overlay.
See also
IV suite
Authorizations
Your BackQuant API key (same key as v1)
Headers
Query Parameters
Trading symbol: BTCUSDT, ETHUSDT, SOLUSDT, or HYPEUSDT.
BTCUSDT, ETHUSDT, SOLUSDT, HYPEUSDT Comma-separated venue filter
Drop tenors with DTE greater than this value.
0 <= x <= 720Days back for historical CMT IV comparison (1–365).
1 <= x <= 365Response
Successful Response
The shape varies slightly by collector version — we document the fields we know about and leave room for additional ones via extra=allow.
The meta block returned alongside every v2 response.
Every field after version/timestamp is optional because endpoints
attach different combinations — e.g. /v2/status skips symbol, the
chain endpoint sets extra.filter_hash, etc. Listing them here means
SDKs get a typed accessor for each instead of a generic meta: dict.
