---
title: "GET /travelrule/vasps"
method: GET
path: "/travelrule/vasps"
tags: ["TravelRulePublic"]
---

# GET /travelrule/vasps

`GET /travelrule/vasps`

## Query parameters

- `ids` string[]
- `limit` integer
- `order` 'DESC' | 'ASC'
- `order_by` 'NAME'
- `page_cursor` string
- `search` string

## Response `200`

A successful response.

- ListVaspsResponse
  - `items` Vasp[] — The VASPs matching the request, ordered by name (ascending by default).
    - `id` string, required — Unique Paxos identifier for the VASP. Use this value as the `vasp.id` when saving travel-rule metadata on a Crypto Destination Address.
    - `name` string, required — Display name of the VASP.
  - `next_page_cursor` string — Cursor for the next page of results, or empty when there are no more results.

---

[API](https://skmtc.net/paxos/apis/paxos-api.md) · [All operations](https://skmtc.net/paxos/apis/paxos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paxos/paxos-api/revisions/0687ca8c9a8d/schema)
