cURL
curl --request GET \ --url https://api.nomod.com/v1/currencies \ --header 'X-API-KEY: <api-key>'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "code": "<string>", "decimal_places": 123 } ]
Retrieve a list of all valid currencies.
Your API key. This is required by all endpoints to access our API programatically. You can view your API Key by navigating to the app settings
name of the currency (e.g., 'United States Dollar').
ISO 4217 currency code (e.g., 'USD').
Number of decimal places typically used for the currency.