Overview
TheGET /v1/metrics/{identifier} endpoint returns a time series for a single metric across one or more projects.
Metrics are curated, aggregated datasets (usually daily) such as network revenue, token supply, or DEX volume.
Each metric has a stable identifier and consistent schema, with methodology documented in the Metrics Catalog.
Basic Example
Multiple Projects Example
If supported, request multiple projects in a single call by separating them with commas:Response Structure
Returns a JSON object where each key is a project identifier, and its value is an array of date/value pairs. Ethereum REV in USD example:Response Fields
Configuration
Path Parameters
Use the
identifier from the List Metrics endpoint to specify which metric to retrieve.
Query Parameters
For details on valid metric identifiers and project slugs, see List Metrics and Projects Supported.