Skip to main content

Listing of all supported metrics for asset

GET /v1/metrics/asset/listing

Get data metrics for asset.

Query Parameters
  • metric_id string

    Metric identifier (from the Metrics -> Listing)

  • exchange_id string

    Exchange identifier (from the Metadata -> Exchanges)

  • chain_id string

    Chain identifier

  • network_id string

    Network identifier

  • asset_id string

    Asset identifier (from the Metadata -> Assets)

  • asset_id_external string

    The asset external identifier

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