Skip to main content
The 12 domain operations each return one slice of the picture. Simple reads (price, technicals, profile) cost 1 credit per asset; the enriched depth domains cost 3. A funding payload is also a fraction of a read’s size, so reach for a domain when the decision needs one number family and the context window is the budget that matters. Every domain operation shares the same id / ids parameter pair: one asset, or 2 to 10 as a comma-separated batch, billed at the operation’s rate per distinct returned asset. Measured values arrive as contextual objects ({"value": ..., "pctl": ...}) ranked against the asset’s own baseline.

price

The reference price with its basis declared (market and venue), cross-venue consensus, returns over five windows, and range position. Both planes. The consensus block reports the venue count, median, and maximum spread; per-venue quotes and volumes ride in by_venue. A real capture is on the API quickstart.

funding

Perpetual funding for a crypto asset: the current rate with 90-day and 1-year percentiles, APR, realized carry over 7 and 30 days, bars since the sign last flipped, the venue spread, the hottest venue by name, and a per-venue breakdown with predicted next rates. Crypto only. A real capture is the worked example in the data contract.

open_interest

Open interest and how it is moving: usd, change_24h_pct, basis_pct, and a by_venue breakdown. Crypto only.

orderflow

Taker pressure split by market. Captured live, 2026-07-16:
Perp buyers, spot sellers, and the divergence between them served as its own percentile-ranked fact. That split is the difference between “number went up” and knowing who is pushing. Crypto only.

liquidations

Forced liquidations over the last day: total_24h_usd, liq_imbalance_24h (positive means shorts were liquidated more), and intensity_pct_of_oi_24h. Crypto only.

liquidity

Order-book conditions: spread_pct, bid_ask_imbalance, and depth. Crypto only.

technicals

Indicators over a chosen timeframe: EMA 20/50/200 with signed, percentile-ranked distances, rsi_14, adx_14, MACD histogram, Bollinger %B and bandwidth, atr_14_pct, and the nearest levels by distance. Both planes. timeframe accepts 15m, 1h, 4h, or 1d; the default is the plane default (4h crypto, 1d equities).

structure

Market structure a quant desk would recognize, computed on the server. Captured live, 2026-07-16, trimmed:
Swing points, sweeps with penetration and reclaim depth, unfilled gaps, tested order blocks, session levels, and the last break and change of character, all as data instead of lines someone drew. Crypto only; same timeframe enum as technicals.

profile

Company profile for an equity: sector, market_cap_usd, and shares_outstanding. Equity only.

valuation

Valuation for an equity, as exact strings with declared basis. Captured live, 2026-07-16:
The enterprise-value basis is spelled out in the payload, because “EV” computed three different ways is how models quietly disagree. Equity only.

growth

Year-over-year growth derived from filings: revenue_growth_yoy_pct, eps_growth_yoy_pct, and free_cash_flow_growth_yoy_pct. Equity only.

fundamentals

The TTM snapshot derived from filings: revenue_ttm, net_income_ttm, free_cash_flow_ttm, eps_ttm, and dividend_yield_pct. For statements by period, use financials. Equity only.