nexus_get_transactions
Retrieve your Donation Points transaction history, including amounts, dates, and associated entities. Filter by account or search to identify payments and track earnings.
Instructions
Get Donation Points transactions for the current user (v2 GraphQL).
NOTE: Nexus hides the data under apikey-only auth ("hidden due to permissions"). Requires OAuth login (nexus_oauth_login + nexus_oauth_exchange); the tool surfaces the error otherwise.
Returns: JSON {totalCount, filteredCount, transactions: [{id, type, label, amount, createdAt, creditorEntity, debitorEntity}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Pagination start. | |
| search | No | Search string. | |
| bank_id | No | Filter by bank ID. | |
| per_page | No | Results per page. | |
| order_dir | No | Order direction. | |
| account_id | No | Filter by account ID. | |
| order_column | No | Order column. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |