Limited beta — the Skylit API is in limited beta. Create and manage keys in the Developer tab of the Skylit app.
The server exposes 40 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.
Every tool wraps a Skylit REST endpoint 1:1 — same auth, same credit cost,
same JSON. The Endpoint column gives the underlying path; for the full
request parameters and response schema of any endpoint, see the
API Reference. For example, flow_feed is the
GET /v1/flow/{ticker}
operation. The heat_* tools map to the Heatseeker heatmap endpoints
(api.skylit.ai); everything else maps to Flowseeker (flow-api.skylit.ai).
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.Scores & trades
Scored options flow for a ticker or a single trade.Sweeps & momentum
Strike & tide concentration
Screeners
Single-day and weekly top lists, plus unusual-activity scanners.Bull/bear & pressure ratios
Stats, Vol/OI & moneyness
Chains, charts & RVOL
Market-wide & sector
Dark pool
Off-exchange (TRF) prints. No side / BBO / greeks — these are raw block prints.Heatseeker — gamma/vanna heatmaps
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.
