GET
$0.06 default
/currenciesDescription
The list of supported currency codes and their full names.
Pricing
$0.06 default
Parameters
{}Response schema
{
"additionalProperties": {
"type": "string"
},
"description": "Map of ISO 4217 currency code to full currency name.",
"type": "object"
}Example response
{
"AUD": "Australian Dollar",
"CAD": "Canadian Dollar",
"CHF": "Swiss Franc",
"EUR": "Euro",
"GBP": "British Pound",
"JPY": "Japanese Yen",
"USD": "US Dollar"
}