curl --request GET \
--url http://localhost:8000/archived-bots/{db_path}/performance \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Get trade-based performance analysis for a bot database.
Args: db_path: Full path to the database file
Returns: Trade-based performance metrics with rolling calculations
curl --request GET \
--url http://localhost:8000/archived-bots/{db_path}/performance \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Was this page helpful?