cURL
curl --request GET \ --url https://alphainsider.com/api/getBotPerformance \ --header 'Authorization: <authorization>'
{ "success": true, "response": [ { "bot_id": "h_zZfeqsX9o8hgB8DVc0P", "portfolio_value": "100000.000000000000000", "activity": "", "created_at": "2025-12-09T20:00:00.000Z" }, { "bot_id": "h_zZfeqsX9o8hgB8DVc0P", "portfolio_value": "100000.000000000000000", "activity": "start", "created_at": "2025-12-09T21:00:00.000Z" }, { "bot_id": "h_zZfeqsX9o8hgB8DVc0P", "portfolio_value": "100000.000000000000000", "activity": "info", "created_at": "2025-12-10T19:00:00.000Z" } ] }
Get bot performance data.
User API token.
Bot ID.
The number of intervals per tick.
The timeframe per tick.
hour
day
week
Start date.
End date.
Request was successful.