Pick a plan
The Quant plan includes the full GEX REST API. GEX over MCP is included with every paid plan.
Call walls, put walls, the gamma flip and net GEX per strike - computed live from the full options chain and served as JSON your code can act on.
Included with the Quant plan.
GET/api/v1/gex?symbol=SPY200 - 38ms{"symbol": "SPY","stockPrice": 622.41,"gammaZone": "negative","gammaInflection": 620.5,"callWall": { "strike": 630, "gex": 320000000 },"putWall": { "strike": 615, "gex": -410000000 },"data": [{ "strike": 615, "netGEX": -410000000 },{ "strike": 620, "netGEX": -46000000 },{ "strike": 630, "netGEX": 320000000 }],"asOf": "2026-08-05T14:32:00Z"}
One GET for the headline levels, deeper endpoints when you need the whole surface - across strikes, expirations and time.
Break net GEX down by strike and expiration to separate 0DTE pinning from monthly opex magnets - and pull vanna and charm from the same engine.
A dedicated events endpoint surfaces gamma flips and wall migrations as they happen - so your bots react to regime change instead of discovering it in the P&L.
Everything below is included with the Quant plan and documented with runnable examples.
GET/v1/gexGET/v1/gex/historyGET/v1/gex/heatmapGET/v1/gex/eventsGET/v1/vannaGET/v1/expirationsHow it works
The Quant plan includes the full GEX REST API. GEX over MCP is included with every paid plan.
Mint a key in Dashboard → API and keep it secret.
GET /v1/gex?symbol=SPY with your Bearer key returns live walls in milliseconds.
Filter by expirations and delta range, or switch GEX formulas - the same knobs as the QuantWheel GEX dashboard, exposed as query params.
Historical GEX snapshots ship with every plan - validate a strategy against how walls and flips actually moved before wiring it to live data.
No code? No problem
The same GEX engine ships as an MCP server - connect it to Claude or Cursor and ask for walls, flips and setups in plain English.
Trade on TradingView?
The QuantWheel desktop app draws these exact levels on TradingView Desktop in real time - powered by the same API key.
One key unlocks real-time gamma exposure for every US optionable ticker.
Included with the Quant plan. GEX over MCP is included with every paid plan.