Agents
Reputation Summary
Read on-chain aggregated reputation summary for an agent
GET
Documentation Index
Fetch the complete documentation index at: https://docs.credprotocol.com/llms.txt
Use this file to discover all available pages before exploring further.
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
| Method | Header | Cost |
|---|---|---|
| API Token | Authorization: Bearer YOUR_API_KEY | 1 Cred Unit |
| x402 Payment | X-PAYMENT: <signed_payment> | $0.01 USDC |
Path Parameters
ERC-8004 agent ID. Must be >= 1.
Response
The ERC-8004 agent ID
Summary per feedback tag (only includes tags with at least one entry)
Feedback metric type (e.g.,
creditScore, sybilRisk, identityCount)Provider identifier (always
credprotocol for Cred submissions)Number of feedback entries for this tag
Aggregated value (sum or average depending on the contract implementation)
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)