---
title: "Get supported fiat currencies"
method: GET
path: "/common/fiats"
tags: ["Fiats"]
---

# Get supported fiat currencies

`GET /common/fiats`

## Response `200`

Successful operation

- object
  - `data` object — Object keyed by fiat currency symbol. Each item includes fiat metadata and pricing information.
  - `message` string — A message containing additional information about the result of the request.
  - `error` object, nullable — An object that provides details about any errors that occurred.
    - `type` string — Type of the error
    - `key` string — Key related to the error
    - `message` string — Error message
  - `status` integer — The status of the request response. Typically provided as a numeric code.
  - `version` string — The version of the API being used.

---

[API](https://skmtc.dev/oxapay/apis/payments.md) · [All operations](https://skmtc.dev/oxapay/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oxapay/payments/revisions/19b6abc20c8d/schema)
