POST

/api/v1/bots/dca//cancel

Permission: BOTS_WRITESecurity: BEARER_JWT

Cancels all active safety orders and open deals for the specified DCA Bot without selling any accumulated coins on the connected exchange. The bot transitions to stopped status and bought coins remain in the user's exchange balance.

See DCA Bot Entity for full attribute definitions
DCA Bot Entity

Path Parameters

iduuid required

Unique UUID identifier of the DCA Bot entity to cancel.

Example Request

POSTPOST /api/v1/bots/dca/7c9e6679-7425-40de-944b-e07fc1f90ae7/cancel

Example Responses

Returns status confirmation when safety orders and active deals are cancelled without selling.

cancel_dca_bot_200.json
200 OK
{
  "status": "success",
  "message": "All active deals and safety orders cancelled without selling, bot stopped",
  "bot_id": "7c9e6679-7425-40de-944b-e07fc1f90ae7"
}