New DCA page under the Trigger API covering create (time-based and
price-conditional), tracking, how rounds fill, fees and slippage, cancel,
and errors. Reframes the Trigger overview around two order families
(price orders and DCA), adds the DCA endpoints to the OpenAPI spec and
API reference, and updates nav and the changelog.
Verified against the live API on mainnet: full create and cancel lifecycle
plus the edge cases (validation, the 10-active-order cap, native SOL input).
Response examples are real captured responses.
Earn While You Wait (jlEnabled) is written but commented out, since it is
deployed but not publicly released yet (LODCA-133).
Adds developer docs for DCA on the Trigger API, requested by the Suzi.trade / Send.fun team.
What's in it:
trigger/dcapage: order types (time-based and price-conditional), the create flow, tracking, how rounds fill, fees and slippage, cancel, and errors.I tested all of it against the live API on mainnet, including the full create and cancel lifecycle and the edge cases (validation rules, the 10-active-order cap, native SOL input). The response examples are real captured responses, not hand-written.
Earn While You Wait (
jlEnabled) is written but commented out in both the page and the spec, since it is deployed but not publicly released yet (LODCA-133). One block to uncomment when it ships.Linear: https://linear.app/raccoons/issue/DEV-623/dca-v2-docs