Skip to main content
GET
List Metrics

Overview

Use this endpoint to discover every metric available for a single project/chain by applying the project query parameter. The response includes the metric name, description, stable identifier (used with Get Single Metric), data type, and data lineage source.

Quick summary

Basic Example

Filtering

Use query parameters to further narrow results for the chosen project:

Response Structure

A successful response returns a paginated list of metric definitions for the specified project.

Response Fields

Pagination

This endpoint uses page-based pagination. Pass limit to set page size and page to fetch the next page.

Error Example

If the specified project has no metrics, the response will return an empty list:

See also

Authorizations

x-api-key
string
header
required

Query Parameters

page
integer
default:1
Required range: 1 <= x <= 2147483647
limit
integer
default:100
Required range: 1 <= x <= 100
project
string[]
Example:

"Bitcoin,Ethereum"

identifier
string[]
Example:

"txns,issuance"

Response

page
integer
required
Required range: 1 <= x <= 2147483647
total
integer
required
Required range: 1 <= x <= 100
data
object[]
required