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

# List VASPs

`GET /v1/ramp/wallet_address/vasps`

Query the directory of Virtual Asset Service Providers (VASPs) used to populate Travel Rule beneficiary information for hosted wallets.
[  *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer)

## Query parameters

- `q` string
- `limit` integer

## Headers

- `x-on-behalf-of` string

## Response `200`

Successfully retrieved VASP directory

- VaspListResponse
  - `code` integer, required
  - `message` string, required
  - `data` object[], required
    - `vaspCode` string — VASP code
    - `vaspName` string — VASP name
    - `identifier` string — VASP identifier. Use this value for `beneficiary_information.vasp_id`.

---

[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)
