List DCA Plans
dca_listList all recurring DCA investment plans, filtered by status or symbol, with details like plan ID, amount, and next execution date.
Instructions
List DCA recurring investment plans. Returns plans[]{plan_id, symbol, amount, currency, frequency, status, next_execution_date}. Filter by status (Active/Suspended/Finished) or symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status: Active, Suspended, Finished. Omit to return all. | |
| symbol | No | Filter by symbol, e.g. "AAPL.US". Omit to return all plans. | |
| page | No | Page number (default 1) | |
| limit | No | Records per page (default 20) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plans | No | Recurring-investment (DCA) plans. |