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
"osmosis-1", "neutron-1", "ethereum", or "solana-mainnet".
"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.

