Skip to main content

Listing of metrics available for specific exchange

GET 

/v2/metrics/exchange/listing

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

Request

Query Parameters

    exchange_id stringrequired

    Exchange identifier (e.g., BINANCE, UNISWAP-V3-ETHEREUM)

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