/api/levels/{symbol}StablePure-gamma levels for any tracked symbol
Call resistance 1–3, put support 1–3, HVL, gamma_wall, gamma_flip, max_pain, 0DTE counterparts, plus aggregate total_gex / net_gex / total_dex / net_dex / put_call_gex_ratio and the regime label.
Parameters
| Name | In | Type | Default | Description |
|---|---|---|---|---|
symbol* | path | string | — | SPX, NDX, QQQ, SPY, GLD, IWM, TLT, or any other native-chain symbol. Futures (NQ, ES, GC, RTY, ZB) go through /api/conversion instead. |
Example request
curl https://gamma-flow.com/api/levels/SPYExample response
{
"symbol": "SPY",
"spot": 732.41,
"asof": "2026-05-19T14:50:14Z",
"call_resistance_1": 740.0,
"call_resistance_2": 745.0,
"call_resistance_3": 750.0,
"put_support_1": 730.0,
"put_support_2": 700.0,
"put_support_3": 725.0,
"hvl": null,
"gamma_wall": 730.0,
"gamma_flip": null,
"max_pain": 737.0,
"call_resistance_0dte": 740.0,
"put_support_0dte": 730.0,
"hvl_0dte": null,
"gamma_wall_0dte": 730.0,
"total_gex": 22594804910.87,
"net_gex": -7471230645.99,
"total_dex": 243872684267.08,
"net_dex": 243872684267.08,
"put_call_gex_ratio": 1.462,
"gamma_regime": "NEUTRAL"
}