OPEX calendar
Curated calendar of upcoming options expirations with everything needed for OPEX-day workflows in one call:
- Token + ISO date + DTE + classification (daily / weekly / monthly / quarterly) +
is_anchorflag. - OI block:
call_oi,put_oi,total_oi,pcr,notional_oi_usd(= total_oi × spot, since each crypto options contract is 1 unit of underlying). - IV block:
atm_iv,skew_25d,put_25d_iv,call_25d_iv. - Gamma block:
net_gex,call_resistance,put_support(computed per expiry from the strike × expiry heatmap), andmax_pain({strike, value}from the shared per-expiry cache used by/v2/gex/max-painand/v2/options/expiry- summary).
next_anchor points at the closest monthly/quarterly. Filter with ?types=monthly,quarterly for the institutional-roll view or ?horizon= to bound the look-ahead window.
Curated calendar of upcoming expirations with type classification, anchor flag, OI, IV, gamma blocks (walls + max-pain), andDocumentation Index
Fetch the complete documentation index at: https://docs.backquant.com/llms.txt
Use this file to discover all available pages before exploring further.
next_anchor pointer.
See also
OPEX calendar
Max pain
Authorizations
Your BackQuant API key (same key as v1)
Headers
Query Parameters
Trading symbol: BTCUSDT, ETHUSDT, SOLUSDT, or HYPEUSDT.
BTCUSDT, ETHUSDT, SOLUSDT, HYPEUSDT Look-ahead window in days (1–365). Drops expiries beyond this.
1 <= x <= 365CSV filter on the type field: any subset of daily,weekly,monthly,quarterly. Default returns all types.
Response
Successful Response
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.
