Provides a list of countries that are supported by Banxa. The list is the same regardless of whether a buy or sell order.
- Mock serverhttps://docs.banxa.com/_mock/products/hosted-checkout/openapi/{partner}/v2/countries
- https://api.banxa.comhttps://api.banxa.com/{partner}/v2/countries
curl -i -X GET \
'https://docs.banxa.com/_mock/products/hosted-checkout/openapi/{partner}/v2/countries' \
-H 'Accept: application/json' \
-H 'x-api-key: string'Response
[ { "id": "US", "description": "United States of America", "states": [ … ] }, { "id": "AE", "description": "United Arab Emirates", "states": [] }, { "id": "DE", "description": "Germany", "states": [] } ]