Skip to main content

Current metrics for given exchange

GET /v1/metrics/exchange/current

Get current exchange metrics values.

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