get https://api.faraday.range.org/v1/transactions/
Returns a single processed transaction by its unique transaction hash.
Response
- Includes transaction metadata such as:
- Transaction hash
- Network (e.g., Solana, Ethereum)
- Amount (in base units)
- Travel rule compliance status
- Timestamps
- Full IVMS101 sender and recipient records if available
Notes
- If IVMS101 records are missing, the
sender
orrecipient
fields will benull
. - Use this endpoint to audit a transaction or verify travel rule compliance.
Errors
- Returns
404
if the transaction hash is not found. - Returns
500
if an internal server or database error occurs.