---
title: "List VASPs"
method: GET
path: "/api/travel-rule/v1/vasps"
tags: ["Travel Rule"]
---

# List VASPs

`GET /api/travel-rule/v1/vasps`

List all virtual asset service providers (VASPs) currently verified by BitGo.

## Query parameters

- `limit` string, number
- `offset` string, number
- `id` string
- `name` string
- `source` string
- `status` string
- `parent` string
- `domain` string
- `email` string
- `jurisdiction` string
- `refreshVasps` boolean

## Response `200`

OK

- ListVaspResponse — ListVaspResponse extends the base type
  - `vasps` object[], required
    - `id` string, required
    - `vaspId` string
    - `name` string, required
    - `domain` string
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `email` string
    - `status` union, required
      - string
      - 'UNVERIFIED' | 'PENDING' | 'APPROVED' | 'VERIFIED' | 'REJECTED' | 'MERGED'
    - `source` union, required — Represents the source of a VASP (Virtual Asset Service Provider). It can be either one of the predefined VaspSourceEnum values or a string.
      - string
      - 'MANUAL' | 'TRUST' | 'TRUSTHUB' | 'CODEVASP'
    - `jurisdiction` string
    - `parent` string

## Other responses

- `400` — Bad Request
- `404` — Not Found

## Changes

- **2026-09-03** `a7126d55243d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/bitgo/apis/bitgo-api/changes/api/travel-rule/v1/vasps/get.md)

---

[API](https://skmtc.dev/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.dev/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/bitgo/apis/bitgo-api/revisions/3d2da605821b?raw)
