Skip to main content

Listing of all supported metrics for symbol

GET 

/v1/metrics/symbol/listing

Get data metrics for symbol.

Request

Query Parameters

    metric_id string

    Metric identifier (from the Metrics -> Listing)

    exchange_id string

    Exchange identifier (from the Metadata -> Exchanges)

    symbol_id string

    Symbol identifier (from the Metadata -> Symbols)

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