Skip to content

Commit 12cf1ef

Browse files
tdobrowolski1claude
andcommitted
SEO: enrich llms.txt + canonical docs pointer
- llms.txt: add the Flow tier (22 /v1/flow/* endpoints) so AI agents surface it; remove stale exposure/history references - docs/api.md: add canonical flashalpha.com/docs + signup + playground pointer at the top (consolidates ranking signals to the domain) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 15eaa75 commit 12cf1ef

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

docs/api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Real-time options exposure analytics. Live gamma (GEX), delta (DEX), vanna (VEX), and charm (CHEX) exposure data, key levels, dealer hedging estimates, and verbal narrative analysis — all derived from live options flow.
44

5+
> 📖 **Canonical, always-current docs:** https://flashalpha.com/docs · 🔑 [Get a free API key](https://flashalpha.com) · 🧪 [Interactive playground](https://lab.flashalpha.com/swagger)
6+
57
---
68

79
## Playground

llms.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,25 @@ narrative = client.exposure_narrative("SPY")
7878
(delta, gamma, theta, vega, rho, vanna, charm, vomma, dual delta,
7979
speed, zomma, color, ultima, lambda, veta).
8080

81+
## Flow — live, simulation-aware (Alpha+)
82+
83+
Intraday trade-tape-adjusted dealer exposure plus the raw options/stock
84+
flow feed — 22 endpoints under `/v1/flow/*`:
85+
86+
- **Analytics** (snake_case): `flow_levels`, `flow_pin_risk`,
87+
`flow_summary`, `flow_oi`, `flow_gex`, `flow_dex`, `flow_dealer_risk`,
88+
`flow_live` — live gamma flip / call & put walls / max pain, 0DTE
89+
pin score, flow direction + headline GEX shift, OI simulator state,
90+
flow-adjusted GEX/DEX per strike, settled-vs-live dealer risk, and an
91+
everything-at-once bundle. Optional `expiry="YYYY-MM-DD"` slice.
92+
- **Raw flow** (camelCase wire keys): `flow_option_recent` /
93+
`flow_option_summary` / `flow_option_blocks` / `flow_option_history` /
94+
`flow_option_cumulative`, the `flow_stock_*` equivalents, and
95+
cross-symbol `flow_options_leaderboard` / `flow_options_outliers` /
96+
`flow_stocks_leaderboard` / `flow_stocks_outliers` — per-trade prints,
97+
large blocks, per-minute buckets, cumulative net-flow series, and
98+
ranked leaderboards / outliers. All require the Alpha plan.
99+
81100
## Typed responses
82101

83102
Every endpoint listed above has a corresponding `TypedDict` model in

0 commit comments

Comments
 (0)