
Crypto options data for your systems.
GEX levels, options analytics, OPEX, probability distributions, and TRACE forward Greek projections through a REST API.
import requests
resp = requests.get(
"https://api.backquant.com/v2/gex/levels",
headers={"X-API-Key": "bq_live_..."},
params={"symbol": "BTCUSDT"},
)
levels = resp.json()["data"]
print(f"HVL: {levels['all_expiry']['hvl']}")Response
{
"success": true,
"data": {
"all_expiry": {
"hvl": 84250,
"call_resistance": 90000,
"put_support": 80000
},
"odte": {
"hvl": 84500,
"call_resistance": 86000,
"put_support": 83500
}
},
"meta": {
"version": "2.0",
"symbol": "BTCUSDT",
"spot_price": 84320,
"computed_at": "2026-04-30T12:00:00Z",
"freshness_seconds": 12,
"source": ["deribit", "bybit", "okx", "binance", "derive", "thalex", "delta_india", "delta"]
}
}Data coverage
Crypto options structure in one API.
Dealer gamma, OPEX, probability, greeks, the options tape, perp market data, ETF flows, and liquidation data from one REST surface.
Levels, walls, HVL, heatmaps, dealer + gamma flow, multi-symbol bundle
Filtered chain, cross-venue book, expiry summary, OPEX classifier
Surface, term structure, skew, smile, IV-RV, VRP, expected move
Risk-neutral PDF + 3D probability surface
DEX, vanna, charm, vega - profiles, surfaces + TRACE projections
By expiry, history, PCR, premium tide, futures term structure
Live tape, whale prints, imbalance, strike heat, 5-year history
Heatmap + distribution across venues
Candles, funding, CVD, perp liquidations, market bundle
Flows, premium, and AUM tracking
API-key auth
Simple X-API-Key headers.
Rate limits
Clear quotas and usage headers.
TRACE projections
Forward gamma, charm, and vanna maps.
OPEX calendar
Daily/weekly/monthly/quarterly classifier with anchor flag.
Any stack
Python, JS, cURL, Go, Rust, C++.
Why it's hard to copy
8 venues, reconciled into one surface.
Not a scrape, not a pass-through. Every number here survives settlement mismatches, missing feeds, conflicting quotes, and lookahead bias before it reaches you.
No lookahead, by design
Point-in-time queries snap backward only, never forward, and every response names the exact snapshot used. A naive API can quietly backdate today’s chain and inflate a backtest; this can’t.
Consolidated, not blended
Deribit prices without per-side IV, OKX quotes IV without price, one settles inverse and the other linear. The consolidated book reconciles all of it instead of dropping what doesn’t match.
Exact venue math
Filter to two venues and get exactly what those two books contribute - the parts sum back to the unfiltered whole, not an approximation.
Settlement reconciled
Deribit-style venues settle 08:00 UTC, Delta settles 12:00 UTC. Remaining inventory rolls into the next session instead of a phantom mismatch.
Flow, not just OI sign
BTC and ETH dealer positioning runs on a measured flow model, not the textbook OI-sign convention - falling back per symbol when tape data is thin.
Freshness you can check
Every response reports computed_at and freshness_seconds, and a live status endpoint flags a degraded feed before your model does.
MCP
Ask your data instead of calling it.
Connect BackQuant to Claude, Cursor, or VS Code and get gamma levels, dealer flow, IV, and the rest of this page back as plain language - no client library required.
Same plan and usage budget as the API. Included with Crypto API, Terminal + API, and Terminal Yearly.
Full MCP walkthroughTool call
get_gex_levels({ symbol: "BTCUSDT", expiry: "2026-05-01" })
→ call_resistance: 92000
→ put_support: 86500
→ hvl: 88200Pricing
Crypto options API, on its own or with the Terminal.
Take the API by itself, bundle it with the full Terminal, or scale up on a commercial plan.
API only
Crypto API
Billed monthly
Best value
Best ValueTerminal + API
Billed monthly
Commercial use
Enterprise
For teams, funds, and redistribution
FAQ
Questions before you plug in?
Most API plans are built for individual researchers and traders. Enterprise is available for teams, funds, commercial usage, and redistribution.
What is included in the API?
57+ endpoints across GEX levels, OPEX calendar, max-pain, IV surface and skew, probability density, greeks, the live options tape, multi-symbol bundles, liquidation heatmaps, perp market data, and ETF flow tracking.
Can I use this without writing code?
Yes - the MCP server connects BackQuant to Claude, Cursor, and VS Code, so you can ask for GEX levels, flow, IV, and more in plain language. It runs on the same plan and usage budget as the REST API.
Does the API include the terminal?
The Terminal + API plan includes full access to the BackQuant Terminal, TradingView indicators, API docs, and usage dashboard. The Crypto API plan is API only and does not include the terminal.
Which assets are supported?
BTCUSDT, ETHUSDT, SOLUSDT, and HYPEUSDT - covering the major crypto options markets. GEX, IV, and chain data are aggregated across 8 venues: Deribit, Bybit, OKX, Binance, Derive, Thalex, Delta India, and Delta Global.
Can I use it commercially?
Standard plans are for personal, non-commercial use. Contact us for commercial use, redistribution, white label, or multi-user plans.
Looking for terminal-only access? View terminal pricing.