TrustAgent
GET trust-agent.io/v1/reputation
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
What is this agent's reputation actually worth? 92.6% of ERC-8004 feedback on Base is coordinated. This clusters reviewers by funding provenance and caps each cluster at one effective vote, returns every record with its evidence class and flag reasons, and refuses to average ratings that use incompatible scales. Free alternative: GET /v1/verify. Trial: 3 free calls/wallet/24h — https://trust-agent.io/v1/trial.
Resource: trust-agent.io/v1/reputation
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x6121654D3Fd4C8B42a90d30472E4D40927C3e6BB
Payment methods: — · Last validation: 2026-09-14 16:31:59.734+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"subject"
],
"properties": {
"chain": {
"type": "string",
"description": "OPTIONAL. Only \"base\" is served; any other value is refused rather than answered from the wrong chain. Defaults to base."
},
"subject": {
"type": "string",
"description": "REQUIRED. agentId, eip155 identifier, or an address owning an agent."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"reputation": {
"description": "sybilShare, uniqueClusters, evidenceBreakdown, per-tag aggregates"
},
"interpretation": {
"description": "plain-language summary of what the numbers mean"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x6121654D3Fd4C8B42a90d30472E4D40927C3e6BB",
"amount": "2006",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x6121654D3Fd4C8B42a90d30472E4D40927C3e6BB",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "2006"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.