Skip to main content
GET
TypeScript

Path Parameters

did
string
required

Query Parameters

fields
enum<string>[]

A CSV of fields to return. Choose from the following options:

Available options:
did,
name,
verificationStatus,
addressLine1,
addressLine2,
city,
country,
emailDomains,
website,
logo,
legalStructure,
legalName,
yearFounded,
incorporationCountry,
isRegulated,
otherNames,
identificationType,
identificationCountry,
businessNumber,
regulatoryAuthorities,
jurisdictions,
street,
number,
unit,
postCode,
state,
certificates,
description,
travelRule_OPENVASP,
travelRule_SYGNA,
travelRule_TRISA,
travelRule_TRLIGHT,
travelRule_EMAIL,
travelRule_TRP,
travelRule_SHYFT,
travelRule_USTRAVELRULEWG,
createdAt,
createdBy,
updatedAt,
updatedBy,
lastSentDate,
lastReceivedDate,
documents,
hasAdmin,
isNotifiable,
issuers
Example:

Response

Transaction validated successfully

did
string
required

The Decentralized Identifier (DID) of the VASP.

Example:

"did:ethr:0x17fe2dd11a2daa7f6c1fdf22532a4763f963aea6"

name
string
required

The name of the VASP.

Example:

"Fireblocks TST"

verificationStatus
string
required

The current verification status of the VASP.

Example:

"VERIFIED"

addressLine1
string
required

The first line of the VASP's address.

Example:

"657 Campfire Street"

city
string
required

The city where the VASP is located.

Example:

"New York"

country
string
required

The country where the VASP is registered (ISO-3166 Alpha-2 code).

Example:

"US"

emailDomains
string
required

Comma-separated list of email domains associated with the VASP.

Example:

"fireblocks.com,example.com"

website
string
required

The official website of the VASP.

Example:

"https://fireblocks.com"

The legal structure of the VASP (e.g., Corporation, LLC).

Example:

"CORPORATION"

The legal name of the VASP.

Example:

"Fireblocks Inc."

yearFounded
string
required

The year the VASP was founded.

Example:

"2019"

incorporationCountry
string
required

The country where the VASP is incorporated (ISO-3166 Alpha-2 code).

Example:

"US"

isRegulated
string
required

Indicates whether the VASP is regulated.

Example:

"YES"

jurisdictions
string
required

The jurisdictions where the VASP operates.

Example:

"US, EU"

travelRule_TRLIGHT
string
required

Travel rule compliance status for TRLight.

Example:

"active"

createdAt
string
required

Timestamp when the VASP record was created.

Example:

"2023-09-19T12:23:59.711Z"

hasAdmin
boolean
required

Indicates if the VASP has an admin.

Example:

true

isNotifiable
boolean
required

Indicates if the VASP is notifiable for compliance reasons.

Example:

true

issuers
object
required
addressLine2
string

The second line of the VASP's address (if applicable).

Example:

"Suite 10"

URL to the logo of the VASP.

Example:

"https://fireblocks.com/logo.png"

otherNames
string

Other names the VASP is known by.

Example:

"Fireblocks Test VASP"

identificationType
string

The type of identification used by the VASP.

Example:

"Business License"

identificationCountry
string

The country of identification for the VASP (ISO-3166 Alpha-2 code).

Example:

"US"

businessNumber
string

The business registration number of the VASP.

Example:

"123456789"

regulatoryAuthorities
string

The regulatory authorities overseeing the VASP.

Example:

"SEC, FINCEN"

street
string

The street name where the VASP is located.

Example:

"Wall Street"

number
string

The building number of the VASP's address.

Example:

"10"

unit
string

The unit or suite number of the VASP's address.

Example:

"Apt 2B"

postCode
string

The postal code of the VASP's location.

Example:

"10005"

state
string

The state or region where the VASP is located.

Example:

"NY"

certificates
string

Certificates or licenses held by the VASP.

Example:

"ISO 27001"

description
string

A brief description of the VASP.

Example:

"A leading provider of crypto security solutions."

travelRule_OPENVASP
string

Travel rule compliance status for OpenVASP.

Example:

"active"

travelRule_SYGNA
string

Travel rule compliance status for Sygna.

Example:

"inactive"

travelRule_TRISA
string

Travel rule compliance status for TRISA.

Example:

"pending"

travelRule_EMAIL
string

Travel rule compliance status for EMAIL.

Example:

"inactive"

travelRule_TRP
string

Travel rule compliance status for TRP.

Example:

"active"

travelRule_SHYFT
string

Travel rule compliance status for Shyft.

Example:

"inactive"

travelRule_USTRAVELRULEWG
string

Travel rule compliance status for US Travel Rule WG.

Example:

"pending"

createdBy
string

User or system that created the VASP record.

Example:

"admin"

updatedAt
string

Timestamp of the last update to the VASP record.

Example:

"2024-08-29T08:23:51.416Z"

updatedBy
string

User or system that last updated the VASP record.

Example:

"system"

lastSentDate
string

The last date a transaction was sent by the VASP.

Example:

"2024-03-18T09:26:07.988Z"

lastReceivedDate
string

The last date a transaction was received by the VASP.

Example:

"2024-03-20T11:45:30.212Z"

documents
string

Documents associated with the VASP.

Example:

"['license.pdf', 'compliance.pdf']"