---
title: "Get Fiat Currencies"
method: GET
path: "/api/v1/payment/fiat-currencies"
tags: ["Payment"]
---

# Get Fiat Currencies

`GET /api/v1/payment/fiat-currencies`

Get supported fiat currencies list.

## Response `200`

Currencies found

- object
  - `symbol` string — Fiat currency symbol
  - `supportingCountries` string[] — List of supported countries
  - `logoSymbol` string — Fiat currency symbol
  - `isAllowed` boolean — Indicate the fiat currency whether is allowed to perform on-ramp transaction
  - `name` string — Fiat currency name
  - `roundOff` number — Decimal used to calculate for the fiat currency
  - `paymentOptions` object[] — Payment methods of the fiat currency
    - `name` string — Payment method name
    - `id` string — Payment method ID
    - `processingTime` string — Estimated processing time for the transaction
    - `dailyLimit` number — Daily transaction limit of the fiat currency
    - `limitCurrency` string — Fiat currency which is not supported
    - `maxAmount` number — Maximum amount for single transaction
    - `isActive` boolean — Payment method status
    - `minAmount` number — Minimum amount for single transaction
    - `isPayOutAllowed` boolean — Indicate the fiat currency whether is allowed to perform off-ramp transaction
    - `minAmountForPayOut` string — Minimum amount for single off-ramp transaction
    - `maxAmountForPayOut` string — Maximum amount for single off-ramp transaction
  - `defaultAmount` number — Default amount for the transaction

---

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