Skip to main content
GET
/
fiatcurrencies
List all available fiat currencies
curl --request GET \
  --url https://api.sandbox.iron.xyz/api/fiatcurrencies \
  --header 'X-API-Key: <api-key>'
[
  {
    "code": "<string>",
    "countries": [
      {
        "code": "DE"
      }
    ],
    "name": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

API Key

Response

GET fiat currencies succeeded

code
string
required

The ISO 4217 code of a currency. E.g. EUR

countries
Country · object[]
required

A list of all the countries where this currency is supported

name
string
required

The user readable name of a currency. E.g. Euro