Skip to main content
GET
/
getBotPerformance
getBotPerformance
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"
    }
  ]
}

Headers

Authorization
string<JWT>
required

User API token.

Query Parameters

bot_id
string
required

Bot ID.

frequency
number
default:1

The number of intervals per tick.

interval
enum<string>
default:hour

The timeframe per tick.

Available options:
hour,
day,
week
start_date
string<date-time>
required

Start date.

end_date
string<date-time>

End date.

Response

Request was successful.