Moneyness breakdown with pattern detection
https://flow-api.skylit.ai/v1/moneyness/{ticker}Splits calls and puts across deep_itm / itm / atm / otm / deep_otm buckets with premium, sentiment, percentage of total,
and trade count. Surfaces detected patterns (e.g. heavy OTM call
accumulation, ATM concentration, deep-OTM lottery tickets) and a
directional signal/dominantStrategy interpretation.
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
timeframestringdefaultdailyintradaydaily7d30ddatestringdatemin_premiumnumberdouble
Responses
- 200
Moneyness breakdown with patterns + interpretation.
- 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
dataobjectrequiredtickerstringrequiredtimeframestringrequiredmoneynessBreakdownobjectrequirednotablePatternsobject[]requiredinterpretationobjectrequired
metaobjectrequiredtimestampstringdate-timerequiredServer-side timestamp the response was generated at.
requestIdstringrequiredShort opaque ID for log correlation.
Last updated