Skip to main content

Current metrics for given symbol

GET 

/v1/metrics/symbol/current

Get current symbol metrics.

Request

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