Countries
List Supported Countries
List the supported countries.
This version will be retired in March 2020. Use /v2/supportedCountries
get/v1/supportedCountries
Response
List of Supported Countries
Example response
{
"countries": [
{
"isoCountryCode": "US",
"currencies": [
"USD",
"USD"
]
},
{
"isoCountryCode": "US",
"currencies": [
"USD",
"USD"
]
}
]
}