Cash Flow
cash_flowRetrieve cash flow records including deposits, withdrawals, and dividends for a specified time range.
Instructions
Get cash flow records (deposits, withdrawals, dividends). Returns items[]{transaction_type, amount, currency, balance, created_at, remark}. start_at/end_at in RFC3339.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_at | Yes | Start time (RFC3339) | |
| end_at | Yes | End time (RFC3339) |