Skip to main content

Current metrics for given symbol

GET /v1/metrics/symbol/current

Get current symbol metrics.

Query Parameters
  • metric_id string

    Metric identifier (from the Metrics -> Listing)

  • symbol_id string

    Symbol identifier (from the Metadata -> Symbols)

  • exchange_id string

    Exchange id (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...