Logo
Fireblocks API Documentation

Get VASP details

GET {{baseUrl}}/screening/travel_rule/vasp/:did

Get VASP Details.

Returns information about a VASP that has the specified DID.

Note: The reference content in this section documents the Travel Rule beta endpoint. The beta endpoint includes APIs that are currently in preview and aren't yet generally available.

To enroll in the beta and enable this endpoint, contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.

 

Body PARAM

Key Datatype Required Description 
fields
string CSV of fields to return (all, "blank" or see list of all field names below)



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "did": "<string>", "name": "<string>", "verificationStatus": "<string>", "addressLine1": "<string>", "addressLine2": "<string>", "city": "<string>", "country": "<string>", "emailDomains": "<string>", "website": "<string>", "logo": "<string>", "legalStructure": "<string>", "legalName": "<string>", "yearFounded": "<string>", "incorporationCountry": "<string>", "isRegulated": "<string>", "otherNames": "<string>", "identificationType": "<string>", "identificationCountry": "<string>", "businessNumber": "<string>", "regulatoryAuthorities": "<string>", "jurisdictions": "<string>", "street": "<string>", "number": "<string>", "unit": "<string>", "postCode": "<string>", "state": "<string>", "certificates": "<string>", "description": "<string>", "travelRule_OPENVASP": "<string>", "travelRule_SYGNA": "<string>", "travelRule_TRISA": "<string>", "travelRule_TRLIGHT": "<string>", "travelRule_EMAIL": "<string>", "travelRule_TRP": "<string>", "travelRule_SHYFT": "<string>", "travelRule_USTRAVELRULEWG": "<string>", "createdAt": "<string>", "createdBy": "<string>", "updatedAt": "<string>", "updatedBy": "<string>", "lastSentDate": "<string>", "lastReceivedDate": "<string>", "documents": "<string>", "hasAdmin": "<boolean>", "isNotifiable": "<boolean>", "issuers": { "yearFounded": { "issuerDid": "<string>" }, "isRegulated": { "issuerDid": "<string>" }, "regulatoryAuthorities": { "issuerDid": "<string>" }, "name": { "issuerDid": "<string>" }, "logo": { "issuerDid": "<string>" }, &q
Curl
curl -X GET 'https://api.fireblocks.io/v1/screening/travel_rule/vasp/:did?fields=<string>' -H 'Accept: application/json'

ENDPOINTS