Skip to main content

Listing of all supported exchange metrics

GET 

/v1/metrics/exchange/listing

Get data metrics for exchange.

Request

Query Parameters

    metric_id string

    The metric identifier (from the Metrics -> Listing)

    exchange_id stringrequired

    The exchange identifier (from the Metadata -> Exchanges)

Responses

successful operation

Schema

  • Array [

  • metric_id stringnullable

    Gets or sets the metric ID.

    symbol_id stringnullable

    Gets or sets the symbol ID.

    symbol_id_external stringnullable

    Gets or sets the symbol ID from the exchange.

    exchange_id stringnullable

    Gets or sets the exchange ID.

    asset_id stringnullable

    Gets or sets the asset ID.

    asset_id_external stringnullable

    Gets or sets the asset ID from the exchange.

    chain_id stringnullable

    Gets or sets the chain id.

    network_id stringnullable

    Gets or sets the network id.

  • ]

Loading...