Vasps

Coming Soon*

List VASPs

get

Retrieve VASP ID needed for whitelisting hosted wallets. The ID is used to ensure the travel rule message arrives at the correct destination when sending transactions.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
afterstringOptional

When provided, specifies the last item returned in previous page, used to fetch the next page. Fetches the first page when omitted.

limitintegerOptional

When provided, specifies the number of items to return in the page. Uses default page size of 10 when omitted.

Responses
chevron-right
200

Successful response

application/json
afterstring · nullableOptional

The token of the last item in the response

totalCountintegerOptional

The total number of items in the entire filtered data set

Example: 1
get
/v1/vasps

Last updated