Skip to main content

Listing of metrics available for specific asset

GET 

/v2/metrics/asset/listing

Get all metrics that are actually available for the specified asset.

Request

Query Parameters

    asset_id stringrequired

    Asset identifier (e.g., USDC, USDT)

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...