/api/v1/bots/dca/
Updates configuration settings of an existing DCA Bot. You can modify order sizes, scaling factors, profit targets, and risk parameters while preserving historical trade data.
Path Parameters
Unique UUID identifier of the DCA Bot entity to update.
Body Parameters
10Updated label for the DCA Bot.
Updated base order size in quote currency.
Updated safety order size in quote currency.
Updated step scale multiplier.
Updated volume scale multiplier.
Updated percentage price deviation between safety orders.
Updated maximum safety orders count.
Updated take profit target percentage.
Enables or disables stop loss.
Updated stop loss percentage.
dev_edit_dca_bot.additional_info.title
dev_edit_dca_bot.additional_info.leverage_title
dev_edit_dca_bot.additional_info.leverage_desc
Currency Rates & Leverage Limitsdev_edit_dca_bot.additional_info.tp_steps_title
dev_edit_dca_bot.additional_info.tp_steps_desc
{
"take_profit_steps": [
{
"amount_percentage": 50,
"profit_percentage": 10
},
{
"amount_percentage": 50,
"profit_percentage": 20
}
]
}dev_edit_dca_bot.additional_info.strategy_title
dev_edit_dca_bot.additional_info.strategy_desc
Available Strategy ListExample Request
Example Responses
Returns the updated DCA Bot entity object.