Documentation Index
Fetch the complete documentation index at: https://docs.aegisintent.xyz/llms.txt
Use this file to discover all available pages before exploring further.
New features
- Auto-completing DCA schedules. When registering a DCA schedule, you can now set a
totalOrdersvalue that defines how many executions should run before the schedule finishes on its own. No more manual cleanup of long-running schedules. See Wealth Engine — DCA.
Updates
- DCA lifecycle visibility. DCA schedules now expose explicit lifecycle statuses (
ACTIVE,COMPLETED,CANCELLED) so your agent can report progress like “12 of 30 DCA orders completed.” Progress fieldsordersExecutedandtotalOrdersare returned byGET /v1/actions/wealth/intents. - Clearer DCA parameter reference. The Register DCA Schedule endpoint documentation now reflects all current parameters and their behavior end-to-end.