v1

latestOpenAPI 3.0.32026-07-1492428.9 KB
Exchange

/exchange/country

Check if the country is geo restricted.

get/v1/exchange/country

Response

Successful response

countrystring required

The country code in ISO 3166-1 alpha-2 format.

isBlockedCountryboolean required

Indicates if the country is blocked.

Example response

{
  "country": "US"
}