Skip to main content

Listing of metrics available for specific chain

GET 

/v2/metrics/chain/listing

Get all metrics that are actually available for the specified blockchain chain.

Request

Query Parameters

    chain_id stringrequired

    Chain identifier (e.g., ETHEREUM, ARBITRUM)

Responses

successful operation

Schema

  • Array [

  • metric_id stringnullable

    Gets or sets the metric identifier.

    description stringnullable

    Gets or sets the description of the metric.

    source_id stringnullable

    Gets or sets the source identifier of the metric.

  • ]

Loading...