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
Example response
{
"data": [
{
"vaspName": "Kraken",
"url": "https://www.kraken.com"
}
]
}