Skip to main content

Current metrics for given asset

GET /v1/metrics/asset/current

Get current asset metrics.

Query Parameters
  • metric_id string

    Metric identifier (from the Metrics -> Listing)

  • asset_id string

    Asset identifier (from the Metadata -> Assets)

  • asset_id_external string

    Exchange asset identifier

  • exchange_id string

    Exchange identifier (from the Metadata -> Exchanges)

Responses

successful operation

Schema
  • Array [
  • entry_time date-time

    Gets or sets the entry time for the data point.

  • recv_time date-time

    Gets or sets the received time for the data point.

  • exchange_id string nullable

    Gets or sets the identifier for the exchange.

  • asset_id string nullable

    Gets or sets the identifier for the asset.

  • symbol_id string nullable

    Gets or sets the identifier for the symbol.

  • metric_id string nullable

    Gets or sets the identifier for the metric.

  • value_decimal double nullable

    Gets or sets the decimal value for the metric.

  • value_text string nullable

    Gets or sets the textual representation of the value for the metric.

  • value_time date-time nullable

    Gets or sets the timestamp value for the metric.

  • ]
Loading...