GET
/api/v1/bots/dca/
Permission: BOTS_READSecurity: BEARER_JWT
Retrieves comprehensive information about a specific DCA Bot using its unique UUID, including active order ladders, target profits, stop loss risk limits, and lifetime profit statistics.
See DCA Bot Entity for full attribute definitions
DCA Bot EntityPath Parameters
iduuid required
Unique UUID identifier of the DCA Bot entity (e.g. 7c9e6679-7425-40de-944b-e07fc1f90ae7).
dev_get_dca_bot.query_params.title
0Example Request
GETGET /api/v1/bots/dca/7c9e6679-7425-40de-944b-e07fc1f90ae7
Example Responses
Returns the complete DCA Bot model entity with current live execution metrics.
get_dca_bot_200.json
200 OK