---
title: "List VASPs"
method: GET
path: "/vasps"
tags: ["VASPs"]
---

# List VASPs

`GET /vasps`

Retrieve the directory of Virtual Asset Service Providers (exchanges and
other custodial platforms) recognized for counterparty declarations.

The `vaspName` field in each result is the value to pass as `vaspName`
when declaring a VASP-hosted counterparty.

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Successful operation

- VaspListResponse
  - `data` Vasp[], required — List of VASPs in the directory
    - `vaspName` string, required — Name of this VASP. Pass this value as `vaspName` when declaring a VASP-hosted counterparty.
    - `url` string, uri — The VASP's website, when known.
  - `hasMore` boolean, required — Indicates if more results are available beyond this page
  - `nextCursor` string — Cursor to retrieve the next page of results (only present if hasMore is true)

## Other responses

- `400` — Bad request - Invalid parameters
- `401` — Unauthorized
- `500` — Internal service error

---

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