---
title: "Get a currency"
method: GET
path: "/currencies/{id}"
---

# Get a currency

`GET /currencies/{id}`

## Path parameters

- `id` integer, required

## Response `200`

List of currencies

- object[]
  - `id` integer — Balance ID.
  - `name` string — Currency name.
  - `modes` string[] — Available modes for the currency
  - `prefix` string — Currency prefix.
  - `suffix` string — Currency suffix.
  - `account_id` integer — Account ID associated with the balance
  - `created_at` string, date-time — Date and time of balance creation.
  - `updated_at` string, date-time — Date and time of last balance update.
  - `default` boolean — Is this currency the default one?

## Other responses

- `401` — Unauthorized. Provide a valid secret key.
- `404` — Currency not found.

---

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