---
title: "List supported fiat currencies"
method: GET
path: "/currencies"
tags: ["General"]
---

# List supported fiat currencies

`GET /currencies`

## Response `200`

List of currencies

- object
  - `status` string
  - `message` string
  - `data` SupportedCurrencies[]
    - `code` string — ISO 4217 currency code (e.g., NGN, KES, UGX). See [Supported Currencies](/resources/supported-currencies) for available options.
    - `name` string
    - `shortName` string
    - `decimals` integer
    - `symbol` string
    - `marketBuyRate` string
    - `marketSellRate` string

---

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