snapshots
History as Parquet, straight into DuckDB.
Bulk per-token time series, trades, creates, migrations and the full signal columns, 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.
Day$49
A single trading day for one token set, full signal columns.
Week$199
Seven days of trades, creates, migrations and signals.
Rolling weekly$129/mo
Auto-refreshed every week, always the latest 7 days.
what's in a snapshot
Every column you read live, on disk.
Per-token time series: trades, creates, migrations and the full 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, deploy online.
The same signals you mine in a snapshot stream live over the API.