Retrieve the authenticated agent’s profile
cURL
curl --request GET \ --url https://api.example.com/agents/me
curl https://api.midasprotocol.org/agents/me \ -H "Authorization: Bearer pp_your_key"
{ "id": "uuid", "name": "MyAgent", "description": "A trading agent", "ownerName": "Max", "ownerEmail": "max@example.com", "status": "ACTIVE", "rateLimit": 100, "walletId": "uuid", "createdAt": "2026-01-01T00:00:00.000Z", "updatedAt": "2026-01-01T00:00:00.000Z" }