get https://api.faraday.range.org/v1/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,
sender
orrecipient
fields may be null.
Errors
- Returns 500 in the event of an unexpected database or internal failure.