Aggregated multi-exchange sweep activity
https://flow-api.skylit.ai/v1/sweeps/{ticker}Returns "logical sweeps" — multi-exchange splits of one large order grouped by contract within a one-second execution window. Each row carries the venue list, total contracts/premium, spread position, moneyness bucket, and Skylit Flow Score / FlowBonus. The summary block adds population-level Sweep Dominance Factor (SDF) and bullish/bearish counts extrapolated from the full-day total.
Authorization
Authorization: Bearer <your API key>Required. A missing header returns 401; an invalid, revoked or expired key returns 403.
Path parameters
tickerstringrequiredUnderlying ticker symbol (uppercase, e.g.
SPY,AAPL).
Query parameters
timeframestringdefault1hTrailing window. Currently only restricts the trading day;
5m/15m/1h/4hreserved for future intraday filtering.5m15m1h4h1dmin_premiumnumberdoubleoption_typestringdefaultallcallputallmoneynessstringdefaultalldeep_itmitmatmotmdeep_otmallmin_dteintegermin 0max_dteintegermin 0min_strikenumberdoublemax_strikenumberdoubleexpirationstringdateRestrict to a single expiration date (
YYYY-MM-DD).limitintegerdefault100min 1 · max 500Max sweep rows returned (server caps at 500).
datestringdate
Responses
- 200
Sweep activity for
{ticker}. - 400
Request validation failed.
- 401
Missing or invalid API key.
- 402
The account's shared Skylit credit balance is lower than this route's cost. Top up to continue. Carries
X-Credits-Remaining: 0. - 403
API key invalid, revoked or expired, or the account's API access is suspended (
account_suspended). - 404
Unknown resource (ticker / sector / window with no data).
- 429
Per-minute rate limit exceeded.
- 503
Underlying data source temporarily unavailable, or the credit balance could not be verified (
credit_check_failed). Safe to retry.
Response fields
dataobjectrequiredtickerstringrequiredsweepsobject[]requiredsummaryobjectrequired
metaobjectrequiredtimestampstringdate-timerequiredServer-side timestamp the response was generated at.
requestIdstringrequiredShort opaque ID for log correlation.
Last updated