Skip to content

The data behind better trades, in your code.

GEX levels, options flow, funding rates, macro indicators, ETF flows — the same data powering the BackQuant Terminal, delivered as a REST API.

Custom & Enterprise solutions available

example.py
import requests

resp = requests.get(
    "https://api.backquant.com/v1/gex/levels",
    headers={"X-API-Key": "bq_live_..."},
    params={"symbol": "BTCUSDT"}
)

levels = resp.json()["data"]
print(f"HVL: {levels['hvl']}")

Response

{
  "success": true,
  "data": {
    "hvl": 84250,
    "call_resistance": 90000,
    "put_support": 80000,
    "odte_hvl": 84500,
    "max_pain": 85000,
    "gex_levels": [...]
  }
}

What's included

55+ endpoints across 8 categories. The same data behind every chart on the terminal.

GEX5

Strike profiles, 0DTE levels, HVL, max pain

Options5

IV surface, term structure, skew, VRP

Perpetuals6

Funding, OI, CVD, long/short, Coinbase premium

Market7

Cross-asset prices, momentum, correlation

Macro17

Yields, CPI, VIX, liquidity, M2, Hurst

Equities5

Breadth, sector rotation, risk indicators

ETF8

BTC/ETH/SOL/XRP flows, AUM, premium

Liquidation2

Heatmap, distribution by leverage

Pricing

Every API plan includes full terminal access. Cancel anytime.

USDCUSDTDAIXMR
Annual Crypto subscriptions supportedCreate a ticket in the Discord

API Monthly

$199/mo

Billed monthly

Full terminal access
55+ endpoints
BTC, ETH, SOL
60 requests/min
2 API keys
Usage dashboard
Get started
Save $398/yr

API Yearly

$165/mo

$1,990 billed annually

Everything in Monthly
120 requests/min
Priority support
TradingView indicators
Get started

Enterprise

Custom

For teams and commercial use

Custom rate limits
Multi-user access
Redistribution rights
Custom endpoints
SLA & dedicated support
Contact us

Frequently Asked Questions

What is the BackQuant GEX API?

The BackQuant GEX API provides real-time gamma exposure data for BTC, ETH, and SOL. Retrieve dealer gamma positioning, 0DTE GEX levels, call wall and put wall strikes, the high-volume level (HVL), zero gamma levels, max pain, and ranked strike-level gamma — all via simple REST endpoints with JSON responses.

What gamma exposure data is available?

The GEX endpoints cover strike-level gamma profiles (all-expiry and 0DTE), ranked gamma levels, call wall, put wall, HVL, zero gamma flip level, max pain, and historical GEX data. Options data is aggregated across Deribit, Bybit, OKX, and Binance and updated every 30 seconds.

What other data does the API cover?

Beyond gamma exposure, the API provides 55+ endpoints across options analytics (IV surfaces, term structure, skew, expected move, VRP), perpetual futures (funding rates, open interest, CVD, long/short ratio), liquidation heatmaps, 17 macro indicators (treasury yields, CPI, VIX, credit spreads, net liquidity, FCI), ETF flows (Bitcoin ETF, Ethereum ETF, Grayscale), and equities breadth data.

Which assets are supported?

BTC, ETH, and SOL across all endpoint categories. Options and GEX data is aggregated from Deribit, Bybit, OKX, and Binance. Perpetual futures data covers all major exchanges.

How do I authenticate?

Every request uses an X-API-Key header. You get 2 API keys per account for zero-downtime rotation. Generate and manage keys from your account dashboard.

What are the rate limits?

API Monthly plans include 60 requests per minute. API Yearly plans include 120 requests per minute (2x). Every response includes rate limit headers showing your remaining quota and reset time. Need higher limits? Contact us for a custom plan.

Does the API plan include terminal access?

Yes. Every API plan includes full access to the BackQuant Terminal, TradingView indicators, interactive API documentation, and a usage dashboard.

Can I use the API for commercial purposes?

Standard API plans are for personal, non-commercial use. For commercial use, redistribution, white label solutions, or serving multiple end users, contact us about an Enterprise agreement.

Looking for terminal-only access? View terminal pricing.

Questions? FAQ · Discord