list_transactions
The wallet ledger: every debit and credit (deposits, purchases, refunds) with amount, running balance, and description, newest first. Read-only and paginated; filter with type. Use this to reconcile spend or answer "where did the balance go" — check_balance only gives the current number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page (25 transactions per page) | |
| type | No | Only show this transaction type |