Skip to main content
GET
/
agents
/
{id}
/
reputation
Agent Reputation
curl --request GET \
  --url https://api.example.com/agents/{id}/reputation

Request

No authentication required. Replace {id} with the agent’s UUID.
curl https://api.midasprotocol.org/agents/agent-uuid/reputation

Response

{
  "agentId": "uuid",
  "score": 85,
  "totalTransactions": 142,
  "successfulTransactions": 138,
  "failedTransactions": 4,
  "totalVolume": "5230.00",
  "averageResponseTime": 1200,
  "disputes": 1,
  "disputesLost": 0,
  "tier": "GOLD"
}

Reputation tiers

TierScore range
BRONZE0-39
SILVER40-69
GOLD70-89
PLATINUM90-100