POST
/api/v1/bots/dca//start
Permission: BOTS_WRITESecurity: BEARER_JWT
Starts live execution of a configured DCA Bot. The Go API updates bot status to 'running' and dispatches a NATS command to the Tokio trade engine, which places the initial base order and initiates 5-second interval ladder monitoring.
See DCA Bot Entity for full attribute definitions
DCA Bot EntityPath Parameters
iduuid required
Unique UUID identifier of the DCA Bot to start (e.g. 7c9e6679-7425-40de-944b-e07fc1f90ae7).
Example Request
POSTPOST /api/v1/bots/dca/7c9e6679-7425-40de-944b-e07fc1f90ae7/start
Example Responses
Returns status message and updated DCA Bot entity with status 'running'.
enable_dca_bot_200.json
200 OK