---
title: "List currencies with reported usage."
method: GET
path: "/v2/currencies"
tags: ["Currencies"]
---

# List currencies with reported usage.

`GET /v2/currencies`

## Response `200`

Currencies observed in usage events for this company and namespace.

- CurrencyList
  - `data` string[], required
  - `has_more` boolean, required — Always false because all observed currencies are returned.

## Other responses

- `401` — Missing or invalid API key.
- `403` — API key lacks the required permission, or reset was attempted outside the test namespace.
- `408` — Request exceeded the 30 second timeout.
- `429` — Rate limit exceeded.
- `500` — Internal server error or queue failure.

---

[API](https://skmtc.dev/ledgerup/apis/ledgerup-api.md) · [All operations](https://skmtc.dev/ledgerup/apis/ledgerup-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ledgerup/ledgerup-api/revisions/be257191807b/schema)
