---
title: "Retrieves the list of currencies configured in the Avaza account, including currency codes, names, symbols, and decimal places."
method: GET
path: "/api/Currency"
tags: ["Currency"]
---

# Retrieves the list of currencies configured in the Avaza account, including currency codes, names, symbols, and decimal places.

`GET /api/Currency`

## Response `200`

Returns the list of configured currencies.

- CurrencyList — Collection of currencies configured in the account.
  - `Currencies` Currency[] — The list of currencies configured in the Avaza account.
    - `CurrencyCode` string
    - `Name` string
    - `Symbol` string
    - `Symbol2` string
    - `DecimalPlaces` integer

---

[API](https://skmtc.net/avaza/apis/avaza-api-documentation.md) · [All operations](https://skmtc.net/avaza/apis/avaza-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avaza/avaza-api-documentation/versions/1eeadf750514/schema)
