Skip to main content

Current metrics for given exchange

GET 

/v1/metrics/exchange/current

Get current exchange metrics values.

Request

Query Parameters

    metric_id string

    The metric identifier (from the Metrics -> Listing)

    exchange_id stringrequired

    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 stringnullable

    Gets or sets the identifier for the exchange.

    asset_id stringnullable

    Gets or sets the identifier for the asset.

    symbol_id stringnullable

    Gets or sets the identifier for the symbol.

    metric_id stringnullable

    Gets or sets the identifier for the metric.

    value_decimal doublenullable

    Gets or sets the decimal value for the metric.

    value_text stringnullable

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

    value_time date-timenullable

    Gets or sets the timestamp value for the metric.

  • ]

Loading...