Skip to main content
GET
List Metrics

Overview

Use this endpoint to discover available metrics and their metadata. Results include the metric name, description, stable identifier, supported chains/projects, data type, default interval, and source information. This is the best place to find the correct identifier to use with Get Single Metric.

Example Request

Example Response

A successful response returns a paginated list of metric definitions, with the following fields:

Supported Options

Response Fields

Pagination

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

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