Data Availability
We retain 90 days of data per stream (rolling window). Pro can query up to 60 days; Business can query the full 90 days. For some streams, collection started recently so the actual range is still shorter than 90 days. Date ranges in the API are clamped to the earliest available data; requests for earlier dates return empty or clamped results.
Use this page to see when each data stream started and what date range is available. Tables are derived from market_snapshots, market_trades, binance_agg_trades, liquidations, and ingestion_log.
Earliest data by source (market snapshots / candles)
Snapshot and candle data availability by source:
| Source | Earliest | Latest (approx) | Notes |
|---|---|---|---|
| binance | 2026-03-13 00:00 UTC | 2026-03-17 15:30 UTC | Spot + futures candles |
| chainlink | 2026-03-14 03:30 UTC | 2026-03-17 15:35 UTC | Oracle OHLCV on Polygon |
| hyperliquid | 2025-12-07 00:00 UTC | 2026-03-17 15:30 UTC | Longest history (24h from Dec 2025) |
| kalshi | 2026-03-17 00:00 UTC | 2026-03-17 15:35 UTC | Prediction market snapshots |
| polymarket | 2026-03-14 04:00 UTC | 2026-03-17 15:38 UTC | Prediction market snapshots |
Earliest data by source and interval (candles / snapshots)
Availability can vary by symbol and interval. Examples (subset):
| Source | Symbol | Interval | Earliest |
|---|---|---|---|
| binance | BTC, ETH, SOL, XRP | 5m | 2026-03-14 03:30 UTC |
| binance | BTC, ETH, SOL, XRP | 15m, 1h, 4h, 24h | 2026-03-13–14 |
| chainlink | BTC, ETH, SOL, XRP | 5m, 15m | 2026-03-14 03:30–03:35 UTC |
| hyperliquid | BTC, ETH, SOL, XRP | 24h | 2025-12-07 00:00 UTC |
| hyperliquid | BTC, ETH, SOL, XRP | 4h | 2026-02-25 08:00 UTC |
| hyperliquid | BTC, ETH, SOL, XRP | 5m, 15m, 1h | 2026-03-09–13 |
| kalshi | BTC | 15m, 1h | 2026-03-17 12:00 UTC |
Other symbol/interval combinations follow similar ranges. When in doubt, request a short range or omit start/end to get the most recent data.
Trade ticks (market_trades)
| Source | Earliest | Latest (approx) |
|---|---|---|
| hyperliquid | 2026-03-14 03:33 UTC | 2026-03-17 15:38 UTC |
| polymarket | 2026-03-17 11:38 UTC | 2026-03-17 15:38 UTC |
Binance spot flow (binance_agg_trades)
Directional trade flow (/v1/flow, /v1/binance/spot/flow) from Binance spot:
| Source | Earliest | Latest (approx) |
|---|---|---|
| binance | 2026-03-17 08:00 UTC | 2026-03-17 15:30 UTC |
Per-symbol/interval flow data starts 2026-03-17 08:00–11:45 UTC depending on interval.
Liquidations (Binance futures)
| Source | Earliest | Latest (approx) |
|---|---|---|
| binance_futures | 2026-03-14 03:39 UTC | 2026-03-16 07:53 UTC |
Ingestion log (first worker run)
When each pipeline first logged to ingestion_log:
| Source | First log (UTC) |
|---|---|
| binance | 2026-03-14 03:36 |
| chainlink | 2026-03-14 03:39 |
| polymarket | 2026-03-14 03:59 |
Overall first ingestion log: 2026-03-14 03:36:14 UTC.
How this affects your requests
start/end— If you request a range that starts before the earliest data, the API returns data from the earliest available timestamp (or empty if the range is entirely before collection started).- Tier history depth — We retain 90 days of data per stream (rolling). Pro can query up to 60 days; Business can query the full 90 days. Free tier limits (14 days across data endpoints) still apply. Until we have 90 days of collection for a stream.
- Backtesting — For backtests that need long history, note that only Hyperliquid has the longest range (24h from Dec 2025); other sources have days to a few weeks as of March 2026.
For the latest availability, call GET /v1/sources (includes tier requirements) and use the date ranges above when planning queries.