Get Currencies
get
https://api.nomod.com/v1/currenciesFetch all active currencies sorted by popularity and name.
curl -X GET 'https://api.nomod.com/v1/currencies' \
-H 'X-API-KEY: $NOMOD_API_KEY' \
-H 'Content-Type: application/json'Responses
Example response
[
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "string",
"code": "string",
"decimal_places": 0
}
]