List supported countries
Returns the list of countries currently supported by MoonPay. Authentication is optional: pass your publishable apiKey to have availability tailored to your account.
Authorizations
Your publishable API key, passed as the apiKey query parameter. Publishable keys are prefixed with pk_test_ (sandbox) or pk_live_ (production) and are safe to use in client-side code. Find your keys on the API keys page of the dashboard. See Authentication.
Response
Successful response. List of Countries
The country's ISO 3166-1 alpha-2 code.
"GB"
The country's ISO 3166-1 alpha-3 code.
"GBR"
Whether residents of this country can use the service.
true
Whether residents of this country can buy cryptocurrencies.
true
Whether residents of this country can sell cryptocurrencies.
true
The country's name.
"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
additional_proof_of_income, driving_licence, national_identity_card, passport, proof_of_address, proof_of_income, residence_permit, selfie