---
title: "List Regions"
method: GET
path: "/v1/ramp/wallet_address/regions"
tags: ["Travel Rule"]
---

# List Regions

`GET /v1/ramp/wallet_address/regions`

Query the list of regions for a given country, used to populate the beneficiary city/region for Travel Rule data.
[  *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer)

## Query parameters

- `country` string, required

## Headers

- `x-on-behalf-of` string

## Response `200`

Successfully retrieved region list (empty array when the country has no regions)

- RegionListResponse
  - `code` integer, required
  - `message` string, required
  - `data` object[], required
    - `regionName` string — Region name. Use this value for `beneficiary_information.city`.

---

[API](https://skmtc.dev/uqpay/apis/authentication-api.md) · [All operations](https://skmtc.dev/uqpay/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uqpay/authentication-api/revisions/cef532a10777/schema)
