Full Agent Score
score_fullRetrieve comprehensive AI agent wallet reputation scores with detailed breakdowns across reliability, viability, identity, and capability dimensions. Access fraud indicators and actionable improvement paths.
Instructions
Get the full reputation score with dimension breakdown for an AI agent wallet.
Returns everything from basic score PLUS per-dimension scores and rich data:
dimensions.reliability: { score, data: { txCount, nonce, successRate, ... } }
dimensions.viability: { score, data: { usdcBalance, ethBalance, inflows30d, ... } }
dimensions.identity: { score, data: { hasBasename, insumerVerified, walletAgeDays, ... } }
dimensions.capability: { score, data: { activeX402Services, totalRevenue, ... } }
sybilFlag, gamingIndicators, dataAvailability
improvementPath (actionable steps to raise the score)
scoreHistory (historical score trend)
The identity dimension includes "insumerVerified" (v2.3+) which indicates whether the wallet holds qualifying tokens verified via the Insumer attestation API, contributing up to 15 points toward the identity score.
PAID endpoint — requires x402 payment ($0.10 USD). If your agent framework supports x402, the 402 response will contain payment instructions. Complete the payment and retry the request.
Args:
wallet (string): Ethereum wallet address (0x + 40 hex chars)
Returns: { wallet, score, tier, confidence, recommendation, modelVersion, lastUpdated, computedAt, scoreFreshness, sybilFlag, gamingIndicators, dimensions, dataAvailability, improvementPath, scoreHistory }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Ethereum wallet address (e.g. 0xAbC...123) |