Cash transactions
t212_list_transactionsGet cash movements (deposits, withdrawals, fees, interest) newest first. Track total deposits or explain cash changes not reflected in positions. Paginate using nextCursor.
Instructions
Returns cash movements — deposits, withdrawals, fees and interest — newest first. Use this for 'how much have I deposited' or to explain a change in cash that positions do not account for. Results are paginated; pass the returned nextCursor to continue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum records to return in this page. | |
| cursor | No | Opaque cursor from a previous call's nextCursor. Omit for the first page. |