snapshots
History as Parquet, straight into DuckDB.
Bulk per-token time series, trades, creates, migrations and the published snapshot schema, partitioned by day. For offline research when you'd rather query a file than the API.
pricing
Buy a day, a week, or a rolling feed.
DayLive price
A single trading day for one token set and the published snapshot schema.
WeekLive price
Seven days of trades, creates, migrations and snapshot signal columns.
Rolling weeklyLive price
A subscription to the latest published seven-day catalog window.
what's in a snapshot
A documented offline schema, on disk.
Per-token time series: trades, creates, migrations and snapshot signal columns, one Parquet file per token set, partitioned by day. Buy it, get a presigned URL, and load it straight into DuckDB.
sql
SELECT ticker, max(buyVelocity) AS peak_vel FROM 'afk_week_2024-11.parquet' WHERE priorGraduates >= 2 GROUP BY ticker ORDER BY peak_vel DESC;
Note Snapshots are crypto-only and final sale.
Research offline, reproduce with versioned data.
Use the manifest schema and version fields to reproduce your offline research.