List transactions
Returns a list of processed transactions with associated sender and recipient IVMS101 records, if available.
Response
Each transaction includes:
- Transaction hash
- Amount (in base units)
- Travel Rule compliance flag
- Timestamps
- Full sender and recipient records, if present
Notes
- Transactions are returned in descending order of creation (most recent first).
- If IVMS101 records are not found,
senderorrecipientfields may benull.
Documentation Index
Fetch the complete documentation index at: https://docs.range.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
OK
Transactions successfully retrieved.
The transaction amount in the smallest base unit.
For example, 1 USDC = 1000000 when using 6-decimal precision.
1000000
Timestamp when the transaction was created or first observed.
Uses UTC and ISO 8601 format.
"2025-11-06T19:45:32Z"
The blockchain network on which the transaction was broadcast.
Typically matches one of the supported Faraday networks such as
ethereum", or "solana".
"solana"
Whether this transaction was compliant with the Travel Rule (FATF R.16).
If true, sender and recipient identity information were
successfully attached and transmitted according to IVMS101 standards.
true
The on-chain transaction hash.
Used to uniquely identify the transaction on the given network.
"0x9a9b6f5a123c4def5678901234567890abcdef1234567890abcdef1234567890"
Full IVMS101 record of the transaction recipient, if available.
Will be null if the recipient record has not been attached or processed.
Full IVMS101 record of the transaction sender, if available.
Will be null if the sender record has not been attached or processed.

