Agents
Reputation Summary
Read on-chain aggregated reputation summary for an agent
GET
Overview
Reads the aggregated feedback summary from the ERC-8004 Reputation Registry on Base. Returns the count and average of all Cred Protocol feedback entries for the specified agent, broken down by tag.This is a view call (no gas cost) that reads directly from the on-chain Reputation Registry.
Authentication
Path Parameters
integer
required
ERC-8004 agent ID. Must be >= 1.
Response
integer
The ERC-8004 agent ID
array
Summary per feedback tag (only includes tags with at least one entry)
string
Feedback metric type (e.g.,
creditScore, sybilRisk, identityCount)string
Provider identifier (always
credprotocol for Cred submissions)integer
Number of feedback entries for this tag
number
Aggregated value (sum or average depending on the contract implementation)
integer
Decimal places for the summary value
Performance
- Response Time: Typically 1-3 seconds (multiple on-chain view calls)
- Data Source: On-chain
getSummary()calls to the Reputation Registry on Base (chain 8453)