---
title: "Current metrics for given exchange"
method: GET
path: "/v1/metrics/exchange/current"
tags: ["Metrics V1"]
---

# Current metrics for given exchange

`GET /v1/metrics/exchange/current`

Get current exchange metrics values.

## Query parameters

- `metric_id` string
- `exchange_id` string, required

## Response `200`

successful operation

- V1GeneralData[]
  - `entry_time` string, date-time — Gets or sets the entry time for the data point.
  - `recv_time` string, 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` number, 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` string, date-time, nullable — Gets or sets the timestamp value for the metric.

---

[API](https://skmtc.net/coinapi/apis/coinapi-market-data-rest-api.md) · [All operations](https://skmtc.net/coinapi/apis/coinapi-market-data-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinapi/coinapi-market-data-rest-api/versions/eed3bf37114a/schema)
