Strike-level flow concentration
https://flow-api.skylit.ai/v1/flow/{ticker}/strikesWhere the directional money is going for {ticker}. Top-N strikes
by selected ordering (premium, net premium, volume, etc.) with
bullish/bearish premium split, ask/bid mix, and OI context. Includes
a top-3 concentration summary.
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
start_timestringrequiredLower bound of the window. Accepts RFC 3339 (
2026-05-27T13:30:00Z) or Unix seconds.end_timestringrequiredUpper bound of the window (RFC 3339 or Unix seconds).
top_nintegerdefault20min 1 · max 100Number of strikes to return.
rightstringRestrict to calls or puts only.
callputmin_premiumnumberdoubleorder_bystringdefaultnet_premiumnet_premiumtotal_premiumvolumemin_dteintegermin 0max_dteintegermin 0
Responses
- 200
Top-N strike rollup.
- 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). - 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
dataobjectrequiredtickerstringrequiredstartTimestringdate-timerequiredendTimestringdate-timerequiredbyStrikeobject[]requiredconcentrationobjectrequired
metaobjectrequiredtimestampstringdate-timerequiredServer-side timestamp the response was generated at.
requestIdstringrequiredShort opaque ID for log correlation.
Last updated