TILLA data dictionary
A plain-text reference to what is inside the TILLA matrix: the data families, what each tier includes, the API endpoints, and how fields behave around market close.
Data families
The 1,817 columns are organized into families, all sharing one 1-minute timestamp:
| Family | What it covers |
|---|---|
| Crypto majors | OHLCV, VWAP, dominance and a full technical suite for BTC, ETH, SOL, BNB and more. |
| Altcoins & ratios | A deep alt bench with returns, technicals and BTC-relative momentum. |
| Derivatives & positioning | Funding, open interest, long/short, taker flow and COT across venues. |
| On-chain | Mempool, fees, UTXO flow, block structure and BTC node microstructure (own node). |
| Options & microstructure | Implied vol, max pain, put/call, order-book depth and imbalance. |
| ETF flows | Per-fund creation/redemption flows, AUM and breadth. |
| Equities & miners | OHLCV and technicals for indices, key equities and Bitcoin miners. |
| FX | 29 currency pairs with technicals, spreads and BTC-relative momentum. |
| Macro & rates | Indices, VIX term structure, the yield curve, Fed liquidity and calendar. |
| Market structure | Cross-asset betas, correlations and volatility regimes. |
| Sentiment & attention | Fear & Greed, positioning breadth and dispersion. |
Tiers
| Tier | Columns | History | Price / mo |
|---|---|---|---|
| Free | 31 | 1 week | $0 |
| Trader | 157 | 6 months | $49 |
| Builder | 617 | 13 months | $129 |
| Pro | 1,264 | full (2023→) | $499 |
| Max | 1,817 | full | $1,299 |
| Enterprise | all 1,817 | full | from $2,500 |
Tiers are cumulative — each includes every field below it. Pro and Max carry a commercial-use license; redistribution and resale are available only under Enterprise.
API endpoints
| Endpoint | Returns |
|---|---|
/v1/latest | The newest 1-minute row (optionally a column subset). |
/v1/data | A date range of rows (cols, start, end, limit). |
/v1/sync | Every row after a timestamp you supply — the incremental endpoint. |
/v1/schema | Every column your key can pull, and the tier that carries it. |
/v1/features | Column count and available time window. |
/v1/status, /v1/tiers | Feed freshness and the plan catalog (no key needed). |
/v1/usage | Your tier, calls and limits. |
Market-close behavior
Crypto trades 24/7, but equities, FX and commodities do not. When a market is closed, its fields hold their last value (they go flat) rather than dropping to zero — equity and index fields hold outside US cash hours, and FX and commodity fields hold over the weekend. Crypto, on-chain and derivatives keep updating every minute. Full field-level detail is in the API docs.
FAQ
How many data fields are there?
Up to 1,817 columns on the Max and Enterprise tiers, organized into 11 families, all on one 1-minute timestamp.
What happens to stock or FX fields when those markets close?
They hold their last value (go flat) rather than dropping to zero. Crypto, on-chain and derivatives keep updating 24/7.
Where are the exact column names?
Call /v1/schema with your key for the exact columns you can pull, or see a full aligned sample at /download/max.json.
TILLA