Real-time options flow · straight off the tape

The real-time options flow API

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.

NVDA · net premium drift · 1m barslive
net call premium net put premium
NVDA · significant printslive
TimeTypeSideContractExpPremium
14:21:08SWEEPA185 C08/08$1.42M
14:20:51BLOCKB175 P08/15$880K
14:18:42SWEEPA190 C08/22$3.21M
14:17:19SPLITM180 P08/08$548K
14:15:03BLOCKA187.5 C08/15$2.10M
1mbar resolution
Liveintraday updates
3numbers per bar
AnyUS optionable ticker

Follow the premium, not the noise

Flow that answers one question fast: is real money leaning into calls or puts, right now - and who just placed the big bet?

Premium drift

One array per session, trivially chartable

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.

  • [ts, call, put]positional arrays instead of verbose objects
  • resolution=1mdown to the minute for scalps, coarser for swings
  • day=YYYY-MM-DDreplay any past session, bar by bar
GET/api/v1/flows?symbol=NVDA&resolution=1m
{
"symbol": "NVDA", "resolution": "1m", "count": 391,
"bars": [ // [ts, netCallPremium, netPutPremium]
[1754404260, 1420000, -880000],
[1754404320, 2140000, -460000]
],
"asOf": "2026-08-05T14:32:05Z"
}
Significant prints

The trades that move positioning

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.

  • typeSWEEP, BLOCK or SPLIT - classified off the tape
  • sideat the ask, at the bid, or midpoint
  • premiumdollar size, so your alerts can set a floor
NVDA · significant printslive
TimeTypeSideContractExpPremium
14:21:08SWEEPA185 C08/08$1.42M
14:20:51BLOCKB175 P08/15$880K
14:18:42SWEEPA190 C08/22$3.21M
14:17:19SPLITM180 P08/08$548K
14:15:03BLOCKA187.5 C08/15$2.10M

Two endpoints, the whole story

Premium drift for the trend, prints for the trigger. Both under the same key.

GET/v1/flows
Net call/put premium bars, live or by dayQuant
GET/v1/flows/trades
Significant prints: sweeps, blocks, splitsQuant
GET/v1/gex
Pair flows with real-time dealer positioning
GET/v1/expirations
Available expirations per symbol

Full flows API reference

Plugged into the tape in three steps

01

Get on Quant

The options flows API ships with the Quant plan, alongside the full API catalog.

02

Generate your key

Mint a key in Dashboard → API. Bearer or X-API-Key, your call.

03

Poll and plot

GET /v1/flows once a minute and you have a live premium drift chart. That's it.

Truly real-time

Bars update live intraday - the same feed that powers QuantWheel's flow dashboards and the TradingView overlay, not an end-of-day file.

Compact by design

Payloads stay small enough to poll every minute from bots, dashboards and serverless functions without blowing budgets.

Prefer prompts over polling?

Ask your AI what's sweeping right now

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?

GEX, screeners and analytics under the same key

Flows is one surface of the QuantWheel API - the overview page tours everything else your key unlocks.

Trade with the tape, not behind it

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.