get https://api.notabene.id/tf/simple/vasps
Returns a list of VASPs. VASPs can be searched and sorted and results are paginated.
Each VASP in our directory has a Decentralized Identifier (DID), which is used to identify them within the Notabene ecosystem. These DIDs are used when sending a travel rule transaction so that it arrives at the correct destination.
To find the DID of a VASP to which you want to send a travel rule message, you can use tfSimpleListVASPs to search in our directory.
Parameter | Required | Type | Description |
---|---|---|---|
q | string | string to query | |
emailDomain | string | filter on email domain | |
chainalysisName | string | filter on chainalysis name | |
fields | string | csv of fields to return (all, "blank" or see list of all field names below) | |
page | integer | page number | |
per_page | integer | records per page | |
order | string | field to order by | |
all | boolean | return all records | |
includeSubsidiaryVASPs | boolean | include subsidiary vasps in results |