Archived Bots

Get Database Performance

Calculate comprehensive trading performance metrics for an archived bot.

Analyzes all trades in the database to compute performance metrics including realized and unrealized PnL, fees, volume, and net position. Returns both summary statistics and detailed per-trade performance data with rolling calculations.

Use this endpoint to evaluate a bot's historical trading performance, analyze profitability, or generate performance reports.

get/archived-bots/{db_path}/performance

Path parameters

db_pathstring required

Response

Successful Response

{"stackTrail":"paths:/archived-bots/{db_path}/performance:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes