Skip to main content

Listing of all supported exchange metrics

GET /v1/metrics/exchange/listing

Get data metrics for exchange.

Query Parameters
  • metric_id string

    The metric identifier (from the Metrics -> Listing)

  • exchange_id string required

    The exchange identifier (from the Metadata -> Exchanges)

Responses

successful operation

Schema
  • Array [
  • metric_id string nullable

    Gets or sets the metric ID.

  • symbol_id string nullable

    Gets or sets the symbol ID.

  • symbol_id_external string nullable

    Gets or sets the symbol ID from the exchange.

  • exchange_id string nullable

    Gets or sets the exchange ID.

  • asset_id string nullable

    Gets or sets the asset ID.

  • asset_id_external string nullable

    Gets or sets the asset ID from the exchange.

  • chain_id string nullable

    Gets or sets the chain id.

  • network_id string nullable

    Gets or sets the network id.

  • ]
Loading...