/api/v1/bots/dca//profit
Returns daily profit metrics, closed deal counts, and cumulative earnings for a specified DCA Bot, grouped by date across a requested time range.
Path Parameters
Unique UUID identifier for the DCA Bot entity.
Query Parameters
1Specifies the number of historical days (1 to 365) for which daily profit data is requested. Default is 30.
Response Parameters
Unique UUID identifier of the DCA Bot.
User-assigned name of the DCA Bot.
Trading pair assigned to the bot (e.g. ETH/USDT).
Currency denomination for profit calculations (quote or base).
All-time cumulative realized profit in USD.
Total count of successfully completed trades.
Array of daily profit breakdown objects.
The calendar date [YYYY-MM-DD] for which profit data is recorded.
Unix timestamp in seconds for the start of the date.
Container object with USD and BTC calculated profit for the date.
Number of bot deals successfully closed on that date.
Example Request
Example Responses
Returns an array of daily profit records and summary performance for the specified DCA Bot.