Retrieve VASP
GET
/api/v2/directory/vasps/{vasp_id}
This endpoint allows retrieval of a VASP record using the unique identifier vasp_id
. If the vasp_id
does not correspond to any existing VASP record, the endpoint will return no results.
Path Parameters
Name
Type
Description
Required
vasp_id
string
The parameter vasp_id
represents the unique identifier of the VASP (Virtual Asset Service Provider).
True
Response
Last updated