Get on Quant
The options flows API ships with the Quant plan, alongside the full API catalog.
Net call and put premium bars plus significant prints - sweeps, blocks and splits - delivered as compact JSON built for charts, bots and alerts.
Part of the Quant plan.
| Time | Type | Side | Contract | Exp | Premium |
|---|---|---|---|---|---|
| 14:21:08 | SWEEP | A | 185 C | 08/08 | $1.42M |
| 14:20:51 | BLOCK | B | 175 P | 08/15 | $880K |
| 14:18:42 | SWEEP | A | 190 C | 08/22 | $3.21M |
| 14:17:19 | SPLIT | M | 180 P | 08/08 | $548K |
| 14:15:03 | BLOCK | A | 187.5 C | 08/15 | $2.10M |
Flow that answers one question fast: is real money leaning into calls or puts, right now - and who just placed the big bet?
Aggressor-signed call and put premium bucketed per minute. Three numbers per bar - timestamp, net call premium, net put premium - small enough to poll from anything.
GET/api/v1/flows?symbol=NVDA&resolution=1m200 - 41ms{"symbol": "NVDA", "resolution": "1m", "count": 391,"bars": [ // [ts, netCallPremium, netPutPremium][1754404260, 1420000, -880000],[1754404320, 2140000, -460000]],"asOf": "2026-08-05T14:32:05Z"}
Sweeps, blocks and splits above the noise floor - each with side, strike, expiration and premium, so your code can explain a move instead of just noticing it.
| Time | Type | Side | Contract | Exp | Premium |
|---|---|---|---|---|---|
| 14:21:08 | SWEEP | A | 185 C | 08/08 | $1.42M |
| 14:20:51 | BLOCK | B | 175 P | 08/15 | $880K |
| 14:18:42 | SWEEP | A | 190 C | 08/22 | $3.21M |
| 14:17:19 | SPLIT | M | 180 P | 08/08 | $548K |
| 14:15:03 | BLOCK | A | 187.5 C | 08/15 | $2.10M |
Premium drift for the trend, prints for the trigger. Both under the same key.
GET/v1/flowsGET/v1/flows/tradesGET/v1/gexGET/v1/expirationsHow it works
The options flows API ships with the Quant plan, alongside the full API catalog.
Mint a key in Dashboard → API. Bearer or X-API-Key, your call.
GET /v1/flows once a minute and you have a live premium drift chart. That's it.
Bars update live intraday - the same feed that powers QuantWheel's flow dashboards and the TradingView overlay, not an end-of-day file.
Payloads stay small enough to poll every minute from bots, dashboards and serverless functions without blowing budgets.
Prefer prompts over polling?
The same flow feed ships as MCP tools - connect QuantWheel to Claude or Cursor and ask about drift and prints in plain English.
Want the full catalog?
Flows is one surface of the QuantWheel API - the overview page tours everything else your key unlocks.
One key unlocks real-time options flow - premium drift and significant prints - for any US optionable ticker.
Options flows are part of the Quant plan.