API Documentation
Cart - Getting Supported Currencies
You can retrieve a list of supported currencies from the Gooten API.
This request yields following response:
{
"Currencies": [
[...]
{
"Name": "Serbian dinar",
"Code": "RSD",
"Format": "RSD{1}"
},
{
"Name": "United States dollar",
"Code": "USD",
"Format": "${1}"
},
[...]
]
}