Browse all available metrics for a specific project/chain
project
query parameter. The response includes the metric name, description, stable identifier
(used with Get Single Metric), data type, and data lineage source.
What | Details |
---|---|
Purpose | Discover metrics for a specific project/chain |
How to filter | Add ?project={project} to the request URL |
Best next step | Copy the identifier , then query the series via GET /v1/metrics/{identifier} |
Typical filters | identifier , limit , page |
Pagination | Page-based via limit and page |
Parameter | Type | Description | Example |
---|---|---|---|
project | string | Chain/project slug | project=ethereum |
identifier | string | Filter by exact metric identifier | identifier=rev-usd |
limit | integer | Page size | limit=100 |
page | string | Page for pagination | page=1 |
Field | Type | Description |
---|---|---|
name | string | Human-readable metric name |
description | string | What the metric measures and how it’s intended to be used |
identifier | string | Stable key used with GET /v1/metrics/{identifier} |
project | string | Chain/project slug (e.g., ethereum , base ) |
source | string | Data lineage owner (e.g., Blockworks) |
data_type | string | Series shape and units (e.g., timeseries_usd , timeseries_float ) |
parameters | object | Supported query parameters when fetching this series |
limit
to set page size and page
to fetch the next page.
1 <= x <= 2147483647
1 <= x <= 100
"Bitcoin,Ethereum"
"txns,issuance"
The response is of type object
.