DCA Execution History
dca_historyRetrieve execution history for a dollar-cost averaging plan. Returns records with date, quantity, amount, price, status, and order ID.
Instructions
Get execution history records for a DCA plan by plan_id. Returns executions[]{date, quantity, amount, price, status, order_id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | Plan ID | |
| page | No | Page number (default 1) | |
| limit | No | Records per page (default 20) |