Accounts Directory
Directory Module Overview
The Directory module streamlines operations by simplifying account and VASP data management. It supports account creation, deletion, and updates to keep information current and allows for VASP data queries. Preemptive account creation is possible before engaging other modules. The module also handles the creation or modification of account associations, which enhances integration with analytics, travel rule transfers, and reporting modules. It complies with the IVMS101 standard, ensuring universal communication between VASPs and compatibility with leading Travel Rule
Create account
POST
/api/v2/directory/accounts
List account
GET
/api/v2/directory/accounts
Get account details
GET
/api/v2/directory/accounts/{reference_id}
Modify account
PATCH
/api/v2/directory/accounts/{reference_id}
Remove account
DELETE
/api/v2/directory/accounts/{reference_id}
Search account
GET
/api/v2/directory/accounts/search
Retrieve VASP
GET
/api/v2/directory/vasps/{vasp_id}
Lookup VASP
GET
/api/v2/directory/vasps/search
Last updated