Raw flow feed for a ticker (Flow Score + FlowBonus per trade)
Returns the most recent options trades for {ticker} within the
requested timeframe, each scored on Skylit’s directional Flow Score
(-100 → +100) and conviction-weighted FlowBonus. The response also
includes timeframe-level VWF / SDF / FIR aggregates.
Authorizations
Skylit API key in the Authorization header
(Authorization: Bearer fs_live_<key>). X-API-Key is also accepted.
Path Parameters
Underlying ticker symbol (uppercase, e.g. SPY, AAPL).
"SPY"
Query Parameters
Trailing window for the request. 1m and 5m are intraday-only;
1d–1m work historically.
1m, 5m, 15m, 1h, 4h, 1d, 1w, 1M Max trades returned. Server enforces an upper cap.
1 <= x <= 1000Minimum total premium per trade (USD).
50000
Filter to calls or puts. all returns both.
call, put, all Filter sweeps, blocks, or splits.
sweep, block, split, all Bucket filter for moneyness category.
deep_itm, itm, atm, otm, deep_otm, all Filter to trades with flowScore ≥ this value (-100..100).
-100 <= x <= 100Filter to trades with flowBonus ≥ this value.
x >= 0Filter to trades with relative volume ≥ this multiple.
x >= 02
If true, attach cluster* fields when a trade is part of a
multi-leg cluster (sweep, condor, etc.).
Trading date (YYYY-MM-DD). Defaults to current trading date.
"2026-05-27"

