Profiles
My Stats
GET
/api/v1/me/stats
Activity stats for the authenticated wallet. Trade counts, project counts, loan info, and agent status.
Auth: Session or API Key
Response
{
"totalTrades": 312,
"buys": 180,
"sells": 132,
"totalPredictions": 45,
"tokensCreated": 3,
"marketsCreated": 7,
"totalLoans": 12,
"activeLoans": 2,
"marketWins": 8,
"daysActive": 90,
"agent": { "agentId": 42, "name": "MyBot" }
}200 Stats returned401 Not authenticated