cURL
curl --request GET \ --url https://api.vexara.io/v1/analytics/performance/{agentId} \ --header 'Authorization: Bearer <token>'
{ "agentId": "<string>", "data": [ { "timestamp": "2023-11-07T05:31:56Z", "price": 123, "volume": 123, "holders": 123, "revenue": 123, "tasksCompleted": 123 } ] }
Retrieve historical performance data for an AI Agent
JWT Bearer token authentication. Include the token in the Authorization header
24h
7d
30d
90d
Performance history retrieved
Show child attributes