---
title: "Get market metrics"
method: GET
path: "/v1/market-data/metrics"
tags: ["Market Data"]
---

# Get market metrics

`GET /v1/market-data/metrics`

Retrieve live market metrics for trading pairs enabled for the authenticated CAMS tenant.

## Query parameters

- `pair` string
- `quoteCurrency` 'USD' | 'AED'
- `limit` string, integer
- `offset` string, integer

## Response `200`

Successful response

- object[]
  - `pair` string
  - `lastUpdated` string, date-time
  - `marketCap` string
  - `globalVolume24h` string
  - `priceChange24h` string
  - `priceChange24hPercent` string
  - `allTimeHighPrice` string
  - `allTimeHighTimestamp` string, date-time
  - `allTimeLowPrice` string
  - `allTimeLowTimestamp` string, date-time

## Other responses

- `400` — Validation Error
- `401` — Unauthorized
- `403` — Insufficient Privileges
- `4XX` — Client error
- `5XX` — Server error

---

[API](https://skmtc.net/aquanow/apis/aquanow-cams-rest-api.md) · [All operations](https://skmtc.net/aquanow/apis/aquanow-cams-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aquanow/aquanow-cams-rest-api/revisions/c62a02b27407/schema)
