Understand how metrics work, payload structures, and the relationship between projects and assets
Topic | Details |
---|---|
What is a metric? | Curated time-series data (usually daily) for blockchain networks |
What is a project? | An asset from the assets collection - each represents a blockchain or protocol |
Data structure | JSON object keyed by project identifier, containing date/value arrays |
Coverage | Complete daily historical data available for each supported project |
ethereum
, bitcoin
, solana
).
Field | Type | Description |
---|---|---|
date | string | ISO-8601 date (YYYY-MM-DD) |
value | number | Metric value for that date in the specified unit |
project
query parameter with the project slug.
project
query parameter with a comma-separated list of project slugs.