Validate Travel Rule Transaction
POST {{baseUrl}}/screening/travel_rule/transaction/validate
Validate Travel Rule transactions. Checks what beneficiary VASP details are required by your jurisdiction and the beneficiary's jurisdiction. 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 |
HEADERS
Key | Datatype | Required | Description |
Idempotency-Key
|
string | A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours. | |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"isValid": "<boolean>",
"type": "<string>",
"beneficiaryAddressType": "<string>",
"addressSource": "<string>",
"beneficiaryVASPdid": "<string>",
"beneficiaryVASPname": "<string>",
"warnings": [
"<string>",
"<string>"
]
} |
ENDPOINTS