Get All VASPs
GET {{baseUrl}}/screening/travel_rule/vasp
Get All VASPs. Returns a list of VASPs. VASPs can be searched and sorted and results are paginated. 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 |
order
|
string | Field to order by | |
per_page
|
string | Records per page | |
page
|
string | Page number | |
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
{
"vasps": [
{
"did": "<string>",
"name": "<string>",
"verificationStatus&quo Curl curl -X GET 'https://api.fireblocks.io/v1/screening/travel_rule/vasp?order=<string>&per_page=<number>&page=<number>&fields=<string>' -H 'Accept: application/json' ENDPOINTS |