Loading
Loading
Retrieve the complete list of supported fiat and cryptocurrency symbols and their full names available in the APIFreaks Currency API.
Returns a detailed map of all supported currencies including metadata such as country code, status, availability dates, and icon URLs.
Pass your API key as the apiKey parameter in every request.
This is version v1.0 of the API.
A successful request returns a 200 OK response with a map of all supported currencies.
supportedCurrenciesMapA map of all supported currencies, keyed by the currency code. Each entry contains detailed information about the currency.
supportedCurrenciesMap.[currencyCode]An object containing details for a specific currency identified by its currency code.
currencyCodeThe unique code representing the currency (e.g., USD, FJD, AGLD).
currencyNameThe full name of the currency (e.g., Fiji Dollar, Adventure Gold).
countryCodeThe ISO 3166-1 alpha-2 country code associated with the currency. For cryptocurrencies, the value is "Crypto".
countryNameThe name of the country associated with the currency. For cryptocurrencies, the value is "Global".
statusThe current availability status of the currency. Possible values are AVAILABLE or DEPRECIATED.
availableFromThe date (format YYYY-MM-DD) from which this currency became available in the system.
availableUntilThe date (format YYYY-MM-DD) until which this currency is or was available. For DEPRECIATED currencies, this marks the end date.
iconA URL pointing to the icon/flag image associated with the currency.