cURL
curl --request GET \ --url https://api.sandbox.iron.xyz/api/fiatcurrencies \ --header 'X-API-Key: <api-key>'
[ { "code": "<string>", "countries": [ { "code": "DE" } ], "name": "<string>" } ]
A list of all fiat currencies which are currently supported by Iron
API Key
GET fiat currencies succeeded
The ISO 4217 code of a currency. E.g. EUR
EUR
A list of all the countries where this currency is supported
Show child attributes
The ISO_3166-1 Alpha-2 country code, e.g. "DE"
2
The user readable name of a currency. E.g. Euro
Euro