Get DCA Bot stats
GET
/ver1/bots/statsReturns profit and locked amount data on deals for all DCA Bots or an existing bot or an existing exchange account using their ID.
Query Parameters
Filters entities linked to the specified 3Commas exchange account.
Use the list of connected exchanges and wallets endpoint to retrieve the value for the account_id
parameter.
Example Request
GET
/ver1/bots/statsResponse Parameters
Contains detailed profit and loss data in USD.
Example Response
- 200 OK
{
"overall_stats": {
"USDT": "-47.47740906"
},
"today_stats": {
"USDT": "10.98885705"
},
"profits_in_usd": {
"overall_usd_profit": -47.48,
"today_usd_profit": 10.99,
"active_deals_usd_profit": 1.366505088,
"funds_locked_in_active_deals": 300.843218676
}
}