Skip to main content
Limited beta — the Skylit API is in limited beta. Create and manage keys in the Developer tab of the Skylit app.
The server exposes 38 tools. Each call costs the same credits as the equivalent REST endpoint; the cost is shown per tool below and your remaining balance is returned in each result’s meta.
Tools that take a single option contract expect an OPRA symbol in URL-safe form: {ticker}__{YYMMDD}{C|P}{strike×1000, 8 digits} — e.g. AAPL__260117C00250000. Discover tickers with flow_search and expirations with expirations first.

Discovery

Find valid symbols and the active universe before calling analytics tools.
ToolReturnsCredits
flow_searchSearch underlyings by ticker fragment1
list_active_underlyingsEvery underlying that traded options on a date, ranked by premium1
expirationsAvailable expiration dates for an underlying, with contract counts1

Scores & trades

Scored options flow for a ticker or a single trade.
ToolReturnsCredits
flow_feedRecent scored trades (Flow Score, FlowBonus) + VWF/SDF/FIR aggregates1
trade_scoreFull scoring + context for one trade id (from a flow_feed row)1
aggregate_scoreComposite + VWF/SDF/FIR across one or more trailing timeframes3
flow_aggregateServer-side rollup over an arbitrary [start_time, end_time] window3

Sweeps & momentum

ToolReturnsCredits
sweepsAggregated multi-exchange sweeps with venues, premium, moneyness, score3
flow_momentumLive 5m/30m/1h flow vs trailing baseline, with z-scores + trend label3
flow_baselineTrailing per-time-of-day baseline flow_momentum compares against3

Strike & tide concentration

ToolReturnsCredits
flow_strikesTop-N strikes by net/total premium with bull/bear split + OI context3
flow_tideBucketed bullish vs bearish premium with cumulative net premium3
by_strikeStrike-level distribution of a day’s flow, optionally by DTE band3

Screeners

Single-day and weekly top lists, plus unusual-activity scanners.
ToolReturnsCredits
top_underlyings_dailyTop underlyings by single-day flow (call/put split, net premium, ratio)1
top_underlyings_weeklySame, over the trailing week1
top_contracts_dailySingle-day top-contract screener (premium / volume / OI / sweeps)1
top_contracts_weeklySame, over the trailing week1
unusual_volumeContracts with anomalous volume vs an avg_period baseline (RVOL)3
unusual_oiContracts with significant open-interest changes (opening vs closing)3

Bull/bear & pressure ratios

ToolReturnsCredits
chain_bull_bearChain-level bull/bear/neutral % with call- and put-only breakdowns3
contract_bull_bearBull/bear/neutral % for a single OPRA contract1
chain_ratioChain-level ask/bid/mid + aggression ratios with a bias interpretation1
contract_ratioSame bid/ask/mid pressure for a single OPRA contract1

Stats, Vol/OI & moneyness

ToolReturnsCredits
underlying_statsDaily aggregate stats for an underlying (premium, volume, net, OI)1
contract_statsDaily aggregate stats for a contract (volume, OI, premium, IV)1
vol_oiVol/OI accumulation analysis; distinguishes new positioning from closing1
moneynessPremium/sentiment split across deep_itm…deep_otm + detected patterns1

Chains, charts & RVOL

ToolReturnsCredits
option_chainFull chain at an expiration (per-strike call/put volume, OI, premium)3
underlying_chartIntraday OHLC-style bars for an underlying3
contract_chartIntraday OHLC-style bars for a single contract3
underlying_rvolRelative-volume bars for an underlying (format=summary for stats only)1
contract_rvolRelative-volume bars for a single contract1

Market-wide & sector

ToolReturnsCredits
market_overviewMarket-wide flow for the day + top tickers by premium3
market_tideBucketed net call/put premium time series with an SPY overlay3
market_breadthSPY/QQQ/IWM sentiment, advance/decline, per-sector rotation3
sector_flowSector/industry flow aggregation with top-contributor tickers3

Heatseeker — gamma/vanna heatmaps

ToolReturnsCredits
heat_heatmapCurrent per-strike gamma/vanna heatmap + live velocity (multi-symbol)1
heat_historical_heatmapReplay the heatmap at a past instant (up to 365 days back)5
heat_heatmap accepts comma-separated symbols (e.g. SPY,SPX,QQQ) for a single cross-asset call — handy for finding gamma/vanna walls across correlated names at once.