Multi-symbol GEX levels
Multi-symbol GEX levels in one round-trip. Returns a results map keyed by symbol with the same shape per-entry as /v2/gex/levels. Symbols with no current data return null in results and appear in missing rather than failing the whole request. Up to 8 symbols per request. Includes: ranked (top-10 strikes by |GEX|), max_pain (0DTE only), expected_move (1σ / 2σ implied range), zones (gamma flip zones).
Bundled multi-symbol read. Up to 8 symbols per request. Returns per-symbol entries + aDocumentation Index
Fetch the complete documentation index at: https://docs.backquant.com/llms.txt
Use this file to discover all available pages before exploring further.
served / missing / invalid breakdown.
See also
Multi-symbol bundling
What is GEX?
Authorizations
Your BackQuant API key (same key as v1)
Headers
Query Parameters
Comma-separated symbols, e.g. BTCUSDT,ETHUSDT,SOLUSDT,HYPEUSDT.
{
"all-four": {
"value": "BTCUSDT,ETHUSDT,SOLUSDT,HYPEUSDT"
}
}Comma-separated venue filter
Optional sections: expected_move,max_pain,ranked,zones
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.
