GET /api/wallets/:walletId/transactions — transaction history
Fetch paginated transaction records for a wallet, sorted newest first. Includes both approved and blocked attempts with decision reason fields.
Retrieve the full transaction history for a wallet, paginated and sorted newest-first. Every
authorisation attempt is recorded — including those that were blocked by spend controls or
the merchant allowlist. The decision field tells you the outcome, and blockReason explains
why a transaction was rejected, making it straightforward to surface this information in a
dashboard or agent audit log.