Skip to main content
GET
Long-window GEX levels from Postgres (per symbol)
Long-window record of HVL / call wall / put wall / net GEX from the persistent store. Suitable for backtests or regime work. Bounded to 30 days. Positioning is std only (same as GEX history). Live REST levels default to flow.

See also

What is GEX?

GEX history

Authorizations

X-API-Key
string
header
required

Your BackQuant API key (same key as v1)

Headers

X-API-Key
string | null

Query Parameters

symbol
enum<string>
default:BTCUSDT

Trading symbol: BTCUSDT, ETHUSDT, SOLUSDT, or HYPEUSDT.

Available options:
BTCUSDT,
ETHUSDT,
SOLUSDT,
HYPEUSDT
days
integer
default:7

Window in days (max 30)

Required range: 1 <= x <= 30

Response

Successful Response