List of all currencies, that app supports. This page is a single source of truth
! Handle cases, when your service does not support new currencies
[
{
"code": "EUR",
"glyph": "€",
"fraction_digits": 2
},
{
"code": "USD",
"glyph": "$",
"fraction_digits": 2
},
{
"code": "UAH",
"glyph": "₴",
"fraction_digits": 2
},
{
"code": "CAD",
"glyph": "$",
"fraction_digits": 2
}
]