Assesses travel rule requirement for a transaction by validating stored credentials and determining whether Travel Rule compliance is required based on amount, jurisdiction, and partner thresholds.
Documentation Index
Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.
Customer integration unique identifier
Request to assess whether Travel Rule compliance is required for a transaction
Fireblocks transaction ID (optional) - RECOMMENDED for inbound transactions
"550e8400-e29b-41d4-a716-446655440000"
Transaction amount (required when txId not provided)
"1000"
Transaction amount in USD (optional)
"1000.50"
Destination peer path for transaction
Destination address (optional)
"0x8d12A197cB00D4747a1fe03395095ce2A5CC6819"
Destination tag (optional)
"1234567890"
Source peer path for transaction
Source address (optional)
"0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"
Asset identifier (e.g., ETH, BTC, USDC)
"USDT_ERC20"
Transaction direction from workspace perspective
INBOUND, OUTBOUND "OUTBOUND"
Transaction hash (optional)
"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
Originator VASP identifier - required for inbound transactions
"did:ethr:0x1234567890abcdef"
Beneficiary VASP identifier - required for outbound transactions
"did:ethr:0xfedcba0987654321"
Travel rule assessment completed
Response indicating whether Travel Rule compliance is required
Decision about Travel Rule applicability
REQUIRED, NOT_REQUIRED, NEED_MORE_INFO "REQUIRED"
Explanation of the decision
"Transaction amount exceeds Travel Rule threshold for this jurisdiction"
List of required fields if Travel Rule is required
[
"originator.name",
"originator.address",
"beneficiary.name",
"beneficiary.address"
]List of missing fields if more information is needed
[
"beneficiary.nationalIdentification",
"beneficiary.dateOfBirth"
]