API — Greeks
Greek profile
Net greek exposure per strike. greek is one of delta (DEX), theta, vanna, charm, vega.
Filters:
exchanges— comma-separated venue filter.moneyness_min/moneyness_max— strike/spot ratio bounds, e.g.0.9..1.1keeps ATM ±10% exposure only.dte_max— re-aggregates from the raw chain to limit contributing contracts toDTE ≤ dte_max. The default cached greeks profile spans every active expiry; this lets you isolate near-term exposure. Cached 30s per(symbol, greek, dte_max, exchanges)so repeated requests stay cheap.
GET
Greek exposure profile by strike
Net greek exposure per strike.Documentation Index
Fetch the complete documentation index at: https://docs.backquant.com/llms.txt
Use this file to discover all available pages before exploring further.
greek is one of delta (DEX), theta, vanna, charm, vega. Optional ?dte_max recomputes from the raw chain limited to short-DTE contracts.
See also
Greeks beyond delta
What is GEX?
Authorizations
Your BackQuant API key (same key as v1)
Headers
Path Parameters
Which greek profile to return
Available options:
delta, theta, vanna, charm, vega Query Parameters
Trading symbol: BTCUSDT, ETHUSDT, SOLUSDT, or HYPEUSDT.
Available options:
BTCUSDT, ETHUSDT, SOLUSDT, HYPEUSDT Comma-separated venue filter
Strike/spot lower bound
Required range:
0 <= x <= 10Strike/spot upper bound
Required range:
0 <= x <= 10Limit aggregation to contracts with DTE ≤ dte_max. Triggers a recomputation from the raw chain.
Required range:
0 <= x <= 720Response
Successful Response
