v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
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"
      ]
    }
  ]
}