List wallet transactions
list_wallet_transactionsRetrieve a client's wallet transaction history, showing credits, debits, and top-ups. Supports pagination for easy review.
Instructions
List a client's wallet transaction history (credits, debits, top-ups).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page (default 20) | |
| offset | No | Pagination offset (default 0) | |
| client_id | No | Client UUID | |
| account_id | No | Account UUID |