The Options Flow & Dealer Positioning API: A Complete Map of Every Endpoint | FlashAlpha

The Options Flow & Dealer Positioning API: A Complete Map of Every Endpoint

FlashAlpha exposes the full options flow and dealer-positioning surface as one REST API, settled exposure (GEX, DEX, VEX, CHEX, levels, max pain), live flow-adjusted analytics, the raw trade tape, cross-symbol scans, 0DTE, and a plain-English narrative. This is the map: every endpoint, the question it answers, its tier, and a link to the deep dive.

T
Tomasz Dobrowolski Quant Engineer
Jun 13, 2026
18 min read
OptionsFlow DealerPositioning GEX API DeveloperGuide 0DTE Reference

If you are looking for an options flow API, a dealer positioning API, a GEX/DEX/VEX/CHEX exposure suite, an unusual options activity feed, a 0DTE analytics endpoint, or a plain-English options market read, they are all here, under one key, one base URL (https://lab.flashalpha.com), and one auth header (X-Api-Key). This page is the index; each endpoint links to its own deep-dive guide and reference docs.


First, the One Distinction That Matters: Settled vs Live

Everything in the dealer-positioning surface falls into one of two families, and picking the right one is the single most important decision:

Exposure (settled)Flow Analytics (live)
Route prefix/v1/exposure/*/v1/flow/*
Based onSettled open interest snapshotsSettled OI + intraday flow simulator
Use whenYou want the official, stable positioning pictureYou want the intraday, flow-adjusted picture before OI re-settles
Goes staleAfter the intraday OI re-snapshot (~10:30 ET)Updates continuously with flow

The two are paired, most exposure concepts (GEX, levels, pin risk, 0DTE) exist in both a settled and a live form. For the full decision framework, see Flow vs Exposure: Which GEX Endpoint Should You Use? and Live GEX vs Settled GEX. With that distinction in hand, here is the full map.

1. Exposure & Greeks (settled positioning)

The settled dealer-exposure layer, per-strike Greeks, key levels, and the term structure, from official open interest.

QuestionEndpointTierGuide
Where is dealer gamma by strike?/v1/exposure/gexBasic+What Is GEX?
What is dealer directional bias?/v1/exposure/dexBasic+Delta Exposure (DEX)
How does hedging react to vol & time?/v1/exposure/vex, /chexBasic+Vanna & Charm Exposure
Where are the call/put walls & flip?/v1/exposure/levelsGrowth+Call Wall, Put Wall, Gamma Flip
Where is the pinning strike?/v1/maxpainBasic+Max Pain Explained
One unified per-strike Greek sheet?/v1/exposure/sheetGrowth+Filtering the Exposure Sheet
Which expiry drives the regime?/v1/exposure/term-structureGrowth+Dealer Positioning: A Quantitative Approach
What positioning changed overnight?/v1/exposure/oi-diffGrowth+Day-Over-Day OI Changes
Is a sector or my book short gamma?/v1/exposure/basketGrowth+Portfolio & Sector GEX Basket
Give me the read in plain English/v1/exposure/narrativeGrowth+Plain-English GEX Narrative

2. Live Flow Analytics (flow-adjusted positioning)

The same dealer-positioning concepts, recomputed intraday against the flow-driven OI simulator, fresher than settled exposure during the session.

QuestionEndpointTierGuide
What's the headline flow shift & direction?/v1/flow/summaryGrowth+Live Dealer Flow Monitor
Where are the live walls & flip?/v1/flow/levelsGrowth+Intraday Gamma Flip Tracker
What's the live pin risk?/v1/flow/pin-riskGrowth+Live 0DTE Pin Risk
How has dealer risk shifted on flow?/v1/flow/dealer-riskAlpha+Live Dealer Flow Monitor
Full live GEX/DEX surface & OI state?/v1/flow/gex, /dex, /oi, /liveAlpha+Effective Open Interest Methodology

3. The Raw Flow Tape & Cross-Symbol Scans

Trade-level flow and market-wide ranking, the "what is actually printing, and where" layer. Alpha plan.

QuestionEndpointTierGuide
Recent prints, blocks, cumulative net flow?/v1/flow/options/{symbol}/...AlphaOptions Flow API: Trades, Blocks, Leaderboard
Where's the unusual activity, ranked?/v1/flow/options/outliers, /leaderboardAlphaOptions Flow API: Trades, Blocks, Leaderboard
Scored unusual options activity?/v1/flow/signalsAlphaFlow Signals: Scoring Unusual Activity
Are dealers net long or short premium?/v1/flow/options/{symbol}/dealer-premiumAlphaNet Dealer Premium
Equity (stock) flow tape & bars?/v1/flow/stocks/{symbol}/...AlphaOptions Flow API (stock equivalents)

4. 0DTE (same-day expiry)

Same-day options drive a disproportionate share of intraday price action; these endpoints are scoped to today's expiry.

QuestionEndpointTierGuide
Live 0DTE regime snapshot?/v1/flow/zero-dte/snapshotGrowth+0DTE Gamma Exposure & Pin Risk
0DTE regime over time (chartable)?/v1/flow/zero-dte/seriesGrowth+Build a 0DTE Dashboard
Is a gamma squeeze building right now?/v1/flow/zero-dte/hedge-flowGrowth+Detect a Gamma Squeeze in Real Time
0DTE analytics (settled)?/v1/exposure/zero-dteGrowth+Zero-DTE API Complete Guide

Newest Additions

Five endpoints that round out the surface, each previously under-documented and now with a full guide:

  • Portfolio & Sector GEX Basket, aggregate GEX/DEX/VEX/CHEX across up to 50 symbols in one call. The question no single-ticker tool answers: is the whole basket short gamma?
  • Net Dealer Premium, one signed number for whether dealers are net long or short premium right now, off the full VWAP-weighted tape.
  • Real-Time Gamma Squeeze Detection, the per-bar dealer hedge delta-dollars on today's 0DTE chain that turns "squeeze" from a vibe into a measurement.
  • Plain-English GEX Narrative, the exposure read as grounded sentences, built for LLM agents and automated alerts.
  • Day-Over-Day OI Changes, per-contract open-interest deltas that show where positioning was added or unwound overnight, the read volume can't give you.

Tiers at a Glance

PlanPriceWhat unlocks
Free$0Sampling only (5 req/day)
Basicfrom $63/moPer-strike Greeks (GEX/DEX/VEX/CHEX), max pain
Growthfrom $239/moLevels, exposure summary/sheet/basket/narrative, term structure, OI diff, all Flow Analytics levels/pin/summary, 0DTE flow
Alphafrom $1,199/moFull flow analytics (gex/dex/oi/live/dealer-risk), the raw flow tape, flow signals, dealer premium, cross-symbol scans

The whole dealer-positioning surface under one API key

Settled exposure, live flow, the raw tape, 0DTE, and plain-English narrative. One base URL, one header.

Get API Access

Frequently Asked Questions

/v1/exposure/* endpoints compute dealer positioning from settled open interest, the official, stable picture that goes stale after the intraday OI re-snapshot. /v1/flow/* endpoints recompute the same concepts intraday against a flow-driven OI simulator, so they stay current through the session. Most concepts (GEX, levels, pin risk, 0DTE) exist in both forms; pick settled for stability, flow for freshness.
Start with /v1/exposure/gex and /v1/exposure/levels for the gamma map and key strikes, add /v1/exposure/narrative for a plain-English read, and use /v1/exposure/basket to aggregate across a sector or book. For intraday freshness, add the Flow Analytics equivalents (/v1/flow/summary, /levels, /dealer-risk). For the trade tape behind it all, the Alpha-tier raw flow endpoints and /dealer-premium.
The settled Greeks (GEX/DEX/VEX/CHEX) and max pain start on Basic. Levels, the exposure summary/sheet/basket/narrative, term structure, OI diff, the Growth-tier Flow Analytics, and 0DTE flow are on Growth. The full live flow analytics, the raw flow tape, flow signals, dealer premium, and cross-symbol scans are on Alpha. See the tiers table above and the tier pricing guide.

Live Market Pulse

Get tick-by-tick visibility into market shifts with full-chain analytics streaming in real time.

Intelligent Screening

Screen millions of option pairs per second using your custom EV rules, filters, and setups.

Execution-Ready

Instantly send structured orders to Interactive Brokers right from your scan results.

Join the Community

Discord

Engage in real time conversations with us!

Twitter / X

Follow us for real-time updates and insights!

GitHub

Explore our open-source SDK, examples, and analytics resources!