Put Wall

Canonical definition, formula, interpretation rules, and live API reference for the put wall level.

Definition

The strike with the highest concentration of put-side gamma exposure (absolute value) — acts as downside support in positive gamma regimes because dealers buy here on dips to re-hedge their short gamma at that strike.

Formula
put_wall = argmax(|put_GEXᵢ|) across all strikes

Where put_GEXᵢ is the put-side gamma exposure at strike i, computed as Γᵢ × OIᵢ × 100 × S for put contracts only (negative value). The strike with the highest absolute value is the put wall.

Inputs
per-strike put GEX
Output
put_wall strike put_wall_gex notional
Interpretation
  • Support in positive gamma: price tends to bounce off the put wall as dealer buying absorbs selling pressure.
  • Breakdown signal: a break below the put wall usually accelerates the decline as dealer support collapses.
  • Weakens in negative gamma: when the regime is negative gamma, the put wall's support effect is reduced as dealer hedging dynamics shift.

Live Example: SPY

Live SPY put wall data temporarily unavailable. See /stock/spy/gamma for current values.

Get Put Wall via API

Endpoint
GET /v1/exposure/levels/{symbol}
Tier
Free
Parameters
  • symbol (path, required) — underlying ticker, e.g. SPY
Response shape
{
  "symbol": "SPY",
  "underlying_price": number,
  "gamma_flip": number,
  "call_wall": number,
  "call_wall_gex": number,
  "put_wall": number,
  "put_wall_gex": number,
  "net_gex": number,
  "net_gex_label": "positive" | "negative"
}
curl -H "X-Api-Key: YOUR_KEY" \
  https://lab.flashalpha.com/v1/exposure/levels/SPY
import requests
r = requests.get(
    "https://lab.flashalpha.com/v1/exposure/levels/SPY",
    headers={"X-Api-Key": "YOUR_KEY"}
)
d = r.json()
print(f"Put Wall: {d['put_wall']}  GEX: {d['put_wall_gex']:,.0f}")
const r = await fetch(
  "https://lab.flashalpha.com/v1/exposure/levels/SPY",
  { headers: { "X-Api-Key": "YOUR_KEY" } }
);
const d = await r.json();
console.log(`Put Wall: ${d.put_wall}  GEX: ${d.put_wall_gex}`);

Why Put Wall Matters for Trading

TL;DR

The put wall is the strike with the largest negative dealer gamma — downside support in positive gamma, a waterfall trigger in negative gamma.

What it measures
The strike with the largest put-side dealer gamma concentration. Typically below spot.
What it signals
Where dealer hedging creates the strongest bid on dips. Price often holds the wall in positive-gamma regimes.
Why we measure it
Options-derived support is data-driven and updates in real time — more reliable than trendline support once you know how to read it.
Who uses it
Day traders, index ETF traders, systematic flow traders, 0DTE scalpers.

How to read Put Wall

In positive gamma (wall holds)
  • Strong support on approach
  • Dealers buy into weakness near wall
  • Long-at-wall setups work
  • Often pins near wall on OPEX
Good for: buying dips at wall, selling put spreads there
In negative gamma (wall breaks)
  • Break of wall accelerates downside
  • Dealers short-gamma sell into the break
  • Waterfall until next concentrated strike
  • Classic crash mechanics
Good for: long puts on break, downside momentum
Thin OI / minor wall
  • Concentration too small to matter
  • Use next-strongest strike
  • Weak reference only
  • Common in illiquid names
Weak

Rules of thumb

  • Regime sets the behaviour. Same wall: support in positive gamma, waterfall trigger in negative. Check regime.
  • Pair with call wall. Together they define the expected intraday range when in positive gamma.
  • Watch the break, not the touch. A touch without closure is noise. A close-through on volume is regime-shifting.
  • 0DTE put walls dominate close. Same-day expiry concentration outweighs the full-chain wall in the final hour.
  • Strength = % of total GEX. Weight the wall by fraction of chain gamma, not raw number.

How to Read the Put Wall

The put wall is your primary downside support level derived from the options market. Start by checking the distance between spot and the put wall. When price is approaching the put wall from above in a positive gamma regime, expect dealers to buy aggressively to re-hedge their short put positions. This creates a floor where sell-offs tend to find support.

The strength of the put wall depends on two factors: the gamma concentration at that strike (higher absolute value = stronger support) and the current regime. In positive gamma, the put wall is reliable support. In negative gamma, dealer hedging dynamics shift and the put wall's support weakens — breakdowns accelerate more easily.

Combine the put wall with the call wall to define the expected dealer range. In a typical positive gamma session, price oscillates between the put wall (support) and call wall (resistance). A break below the put wall is one of the most important intraday signals — it often triggers a cascade as dealer support disappears, frequently coinciding with a transition into negative gamma where hedging flows amplify the decline.

Ship faster

Live for 6,000+ US symbols. One API call, sub-200ms.

Stop scraping chains and coding Black—Scholes from scratch. FlashAlpha computes GEX, DEX, VEX, CHEX, 15 BSM Greeks, SVI surfaces, max pain, VRP and more — fresh every 30s, cached at the edge. Free tier, no credit card, no rate-limit games.

Free · 5/day
GEX, regime, gamma flip, max pain preview. No card.
Basic · 100/day
DEX, VEX, CHEX, full max pain, VRP, IV rank.
Alpha · higher limits
SVI surfaces, fair-vol, harvest scores, directional VRP.