latestOpenAPI 3.1.0Proprietary2026-08-201536391.5 MB

4f1f6b937f93

VASPs

List 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.

get/vasps

Query parameters

limitinteger

Maximum number of results to return (default 20, max 100)

cursorstring

Cursor for pagination (returned from previous request)

Response

Successful operation

hasMoreboolean required

Indicates if more results are available beyond this page

nextCursorstring

Cursor to retrieve the next page of results (only present if hasMore is true)

Example response

{
  "data": [
    {
      "vaspName": "Kraken",
      "url": "https://www.kraken.com"
    }
  ]
}