curl --request GET \
--url https://api.platform.dakota.xyz/info/capabilities/countries \
--header 'x-api-key: <api-key>'[
{
"code": "CA",
"name": "Canada"
}
]Returns an array of all recognized country codes (in ISO-3166-1 alpha-2 format). Inclusion in this list does NOT imply that the system is allowed by law or regulation to interact with a given country; only that the country code is recognized.
curl --request GET \
--url https://api.platform.dakota.xyz/info/capabilities/countries \
--header 'x-api-key: <api-key>'[
{
"code": "CA",
"name": "Canada"
}
]