Loading
Loading
https://api.apifreaks.com/v1.0/currency/supported
If currency type is crypto and metal, its countryCode value will be "Crypto" and "Metal", respectively, and countryName value will be "Global".
{
"supportedCurrenciesMap": {
"USD": {
"currencyCode": "USD",
"currencyName": "US Dollar",
"countryCode": "AS",
"countryName": "American Samoa",
"status": "AVAILABLE",
"availableFrom": "2020-01-01",
"availableUntil": "2026-06-18",
"icon": "https://currencyfreaks.com/photos/flags/usd.png"
},
"BTC": {
"currencyCode": "BTC",
"currencyName": "Bitcoin",
"countryCode": "Crypto",
"countryName": "Global",
"status": "AVAILABLE",
"availableFrom": "2014-01-01",
"availableUntil": "2026-06-18",
"icon": "https://currencyfreaks.com/photos/flags/btc.png"
},
"XAU": {
"currencyCode": "XAU",
"currencyName": "Gold Ounce",
"countryCode": "Metal",
"countryName": "Precious Metal",
"status": "AVAILABLE",
"availableFrom": "2020-01-01",
"availableUntil": "2026-06-18",
"icon": "https://currencyfreaks.com/photos/flags/xau.png"
}
}
}