---
title: "List currencies"
method: GET
path: "/currencies"
tags: ["Currencies"]
---

# List currencies

`GET /currencies`

## Query parameters

- `tags` CurrencyTag[]

## Response `200`

Successful operation

- CurrenciesResponse
  - `currencies` CurrencyDetails[], required
    - `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

- `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)
