get_transactions
List account cash movements with cursor pagination and optional ISO-8601 start time. Provides read-only access to transaction history for controlled account monitoring.
Instructions
List account cash movements with cursor pagination, optionally from an ISO-8601 time. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | No | ISO-8601 start time. | |
| limit | No | Items to return (1–50; API default is 20). | |
| cursor | No | Cursor from a previous response's nextPagePath. |