List supported countries
Data
List supported countries
Returns the list of countries currently supported by MoonPay.
GET
List supported countries
Response
Successful response — List of Countries
The country's ISO 3166-1 alpha-2 code.
Example:
"GB"
The country's ISO 3166-1 alpha-3 code.
Example:
"GBR"
Whether residents of this country can use the service.
Example:
true
Whether residents of this country can buy cryptocurrencies.
Example:
true
Whether residents of this country can sell cryptocurrencies.
Example:
true
The country's name.
Example:
"United Kingdom"
A list of supported identity documents for the country.
Possible values are: additional_proof_of_income, driving_licence, national_identity_card, passport, proof_of_address, proof_of_income, residence_permit, selfie
Available options:
additional_proof_of_income, driving_licence, national_identity_card, passport, proof_of_address, proof_of_income, residence_permit, selfie Example:
[
"additional_proof_of_income",
"driving_licence",
"national_identity_card",
"passport",
"proof_of_address",
"proof_of_income",
"residence_permit",
"selfie"
]