v1

latestOpenAPI 3.0.22026-07-26123510445.2 KB
Travel Rule

List Countries

Query the list of selectable beneficiary countries for Travel Rule data. Returns only countries that are currently selectable. Stablecoin Account API Publisher Disclaimer

get/v1/ramp/wallet_address/countries

Headers

x-on-behalf-ofstring

Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts API. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.

Response

Successfully retrieved country list

codeinteger required
messagestring required

Example response

{
  "code": 200,
  "message": "Success",
  "data": [
    {
      "countryCode": "sg",
      "countryName": "Singapore"
    }
  ]
}