curl --request GET \
--url https://api.moonpay.com/v3/countries[
{
"alpha2": "GB",
"alpha3": "GBR",
"isAllowed": true,
"isBuyAllowed": true,
"isSellAllowed": true,
"name": "United Kingdom",
"supportedDocuments": [
"additional_proof_of_income",
"driving_licence",
"national_identity_card",
"passport",
"proof_of_address",
"proof_of_income",
"residence_permit",
"selfie"
]
}
]Returns the list of countries currently supported by MoonPay.
curl --request GET \
--url https://api.moonpay.com/v3/countries[
{
"alpha2": "GB",
"alpha3": "GBR",
"isAllowed": true,
"isBuyAllowed": true,
"isSellAllowed": true,
"name": "United Kingdom",
"supportedDocuments": [
"additional_proof_of_income",
"driving_licence",
"national_identity_card",
"passport",
"proof_of_address",
"proof_of_income",
"residence_permit",
"selfie"
]
}
]Documentation Index
Fetch the complete documentation index at: https://dev.moonpay.com/llms.txt
Use this file to discover all available pages before exploring further.
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 [
"additional_proof_of_income",
"driving_licence",
"national_identity_card",
"passport",
"proof_of_address",
"proof_of_income",
"residence_permit",
"selfie"
]