DCA Bot deals stats
GET
/ver1/bots/:bot_id/deals_statsReturns data on active and created deals, as well as profit data for the entire period for the DCA Bot.
Response Parameters
More attributes
Example Response
- 200 OK
- 400 No Found
{
"active": 1,
"completed": 83,
"panic_sold": 0,
"from_currency_is_dollars": true,
"completed_deals_usd_profit": "10.75875754",
"completed_deals_btc_profit": "0.00014222663277458617764387880566349063980977",
"funds_locked_in_active_deals": "169.701896364",
"btc_funds_locked_in_active_deals": "0.001762864967028976210730336302468929",
"active_deals_usd_profit": "-11.150934036",
"active_deals_btc_profit": "-0.000115836012342202235229626437817425"
}
{
"error": "not_found",
"error_description": "Not Found"
}