List wallet transactions
Returns the transaction history for the specified wallet, most recent first, with cursor-based pagination and optional type/date filters.
Deprecated: prefer GET /transactions?walletId=, which adds the full transaction-filter set. Caveat - it is not yet a drop-in replacement: the walletId filter currently matches the wallet as the transaction source only (no inbound / either-side filter yet) and returns the transaction ledger shape rather than this per-wallet account ledger, so inbound history is not covered. This route remains available until that gap closes and will be removed in a future major version.
Path parameters
Accepts an account ID (acc_ prefix).
Query parameters
Type of account ledger entry: a credit, debit, hold, or release.
Filter by ledger entry type.
Inclusive start of the date range.
Inclusive end of the date range.
Response
The request has succeeded.
Changes
No recorded changes to this endpoint across all 1 revision of this API.