v1

latestOpenAPI 3.1.02026-07-2685154311.7 KB
TrustFramework

List VASPs

Returns a list of VASPs. VASPs can be searched and sorted and results are paginated.

get/tf/simple/vasps

Query parameters

qstring

string to query

emailDomainstring

filter on email domain

chainalysisNamestring

filter on chainalysis name

hasAdminboolean

filter on hasAdmin true or false

badge'super_vasp' | 'verified' | 'in_network' | 'claimed'

filter by badge

jurisdictionsstring

filter by jurisdictions

fieldsstring

csv of fields to return

pageinteger

page number

per_pageinteger

records per page

orderstring

field to order by

allboolean

return all records

listingType'exclude_subsidiaries' | 'exclude_gateways' | 'all'

Choose the way gateway VASPs and non-gateway VASPs are returned. By default, exclude_subsidiaries.

includeUncheckedVASPsboolean

include vasps that have not been internally checked

includeActiveSendersOnlyboolean

include only those vasps that are sending transactions

includeActiveReceiversOnlyboolean

include only those vasps that are receiving transactions

regulatoryStatus'Exempt' | 'No longer exempt' | 'Not Regulated' | 'No longer regulated' | 'Pending' | 'Regulated'

include only those vasps matching the specified regulatory status

networkStatus'Pending' | 'Verified' | 'Unverified'

include only those vasps matching the specified network status

assetstring

asset symbol, provide when filtering by wallet

reviewedByVaspDIDstring

Decentralized Identifier

Example:did:methd:identifier

include reviewed vasps for specified did

showJurisdictionStatusboolean

include jurisdiction status information

reviewValue'TRUSTED' | 'BLOCKED' | 'MANUAL' | 'NULL'

include reviewed vasps containing specified value

reviewIncludeInWidgetstring[]

include vasps with included in widget or not

filterByJurisdictionStatus'inForce' | 'gracePeriodOngoing' | 'limitedScope' | 'plansAnnounced' | 'notAvailable'

filter by specified jurisdiction status

Response

List of VASP (simple)

Example response

{
  "vasps": [
    {
      "did": "did:methd:identifier"
    }
  ]
}