---
title: "Get a single currency"
method: GET
path: "/currencies/{currency_code}"
tags: ["Currencies"]
---

# Get a single currency

`GET /currencies/{currency_code}`

## Path parameters

- `currency_code` string, required

## Response `200`

Successful operation

- CurrencyDetails
  - `code` string, required
  - `input_methods` CurrencyDetailsInputMethod[], required
    - `input_object_type` 'bank_account' | 'bity_account' | 'crypto_address' | 'online_instant_payment', required — Type of the input of an order. The enumeration is non-exhaustive.
    - `name` string, required
  - `max_digits_in_decimal_part` integer — The maximum number of digits in the fractional part of values represented with decimal numbers.
  - `tags` CurrencyTag[], required

## Other responses

- `404` — Currency not found or unsupported
- `429` — Rate-limited (request ignored)

---

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