Auth that stays out of the way
One key, two headers: Authorization: Bearer or X-API-Key. Generate and rotate it yourself from the dashboard.
Gamma exposure, options flows, screeners and wheel analytics - the same real-time engine behind every QuantWheel dashboard, one HTTPS call away.
Included with the Quant plan.
terminal0.04s$ curl "https://quantwheel.com/api/v1/gex?symbol=SPY" \-H "Authorization: Bearer qw_live_..."
GET/api/v1/gex?symbol=SPY200 - 38ms{"symbol": "SPY","stockPrice": 622.41,"gammaZone": "negative","gammaInflection": 620.5,"callWall": { "strike": 630 },"putWall": { "strike": 615 },"asOf": "2026-08-05T14:32:00Z" // seconds old}
No scraping, no delayed feeds, no CSV exports. The API serves the exact numbers QuantWheel renders - computed live from the full options chain.
Call walls, put walls, the gamma flip and net GEX per strike for any US optionable ticker - plus history, heatmaps and vanna one endpoint away.
Aggressor-signed call and put premium per minute, plus the sweeps and blocks big enough to matter. Compact arrays your charts plot directly.
Query the same screeners traders use in the app, then pull your wheels, positions and performance to close the loop with automations and reports.
| Ticker | Contract | Premium | Rating | Annualized |
|---|---|---|---|---|
| NVDA | 08/15 175P | 1.9% | 96 | 69% |
| AMD | 08/15 155P | 1.6% | 99 | 58% |
| SPY | 08/22 610P | 0.8% | 103 | 24% |
| TSLA | 08/08 300P | 2.4% | 93 | 88% |
One key, two headers: Authorization: Bearer or X-API-Key. Generate and rotate it yourself from the dashboard.
Every capability is also exposed as an MCP tool, so Claude, ChatGPT and Cursor can call it in plain English. Meet the MCP server.
A quick tour of the catalog. The full request and response reference lives in the docs.
GET/v1/gexGET/v1/gex/historyGET/v1/gex/heatmapGET/v1/gex/eventsGET/v1/vannaGET/v1/flowsGET/v1/flows/tradesGET/v1/screenerGET/v1/wheelsGET/v1/earningsGET/v1/expirationsGET/v1/verifyHow it works
The Quant plan includes full REST API access. Every paid plan includes MCP access.
Head to Dashboard → API and mint a key. Rotate it anytime.
Hit any endpoint with your Bearer key and get real-time JSON back. That's the setup.
You do not pick one. The Quant plan includes every endpoint in the catalogue, and the same key also works for MCP on every paid plan. These pages explain one set at a time, with live examples.
Prefer prompts over HTTP?
Add QuantWheel to Claude, ChatGPT or Cursor as a connector and ask for walls, flows and setups in plain English - no code required.
One key unlocks the entire catalog - real-time GEX, flows, screeners and your own trading analytics.
Included with the Quant plan. MCP access is included with every paid plan.