POST
/api/v1/bots/dca//copy
Permission: BOTS_WRITESecurity: BEARER_JWT
Creates an exact duplicate of an existing DCA Bot configuration entity. The copied bot is created in 'stopped' status with zeroed trade counters, ready to be configured or started.
For complete details on all fields returned in the DCA Bot response model, see the DCA Bot Entity reference.
DCA Bot EntityPath Parameters
iduuid required
Unique UUID identifier of the source DCA Bot to duplicate.
Body Parameters
1namestring
Optional new name for the duplicated DCA Bot. If omitted, defaults to '[Source Bot Name] (Copy)'.
Response Parameters
iduuid
Unique UUID identifier for the newly duplicated DCA Bot entity.
statusstring
Initial status of the duplicated bot, always set to 'stopped'.
created_atstring
ISO-8601 UTC timestamp of creation.
Example Request
copy_dca_bot_request.json
POST /api/v1/bots/dca/{id}/copy Example Responses
For complete details on all fields returned in the DCA Bot response model, see the DCA Bot Entity reference.
copy_dca_bot_201.json
201 Created