---
title: "Lists available currency codes with the total available."
method: GET
path: "/currencies/v2"
tags: ["Miscellaneous"]
---

# Lists available currency codes with the total available.

`GET /currencies/v2`

Returns the currency codes supported by the reporting API (e.g. USD, EUR, GBP) in an
object carrying *totalCount*, so a caller can page with *limit* and *offset*.
Use a value from *currencies* in the 'currency' parameter of report endpoints.
GET /currencies returns the same codes as a plain array and takes no parameters.

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Currency codes supported by the reporting API, with the total available.

## Changes

> 6 revisions in range; 1 not diffed.

- **2026-08-25** `c1c1dd6b0c07` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/voluum/apis/voluum-api/changes/currencies/v2/get.md)

---

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