Look up a single wallet’s x402 score and dimensions.
| Field | Type | Description |
|---|---|---|
wallet | string | The queried wallet address |
score | number | Composite score 25-100 |
grade | string | Letter grade: A, B, C, D, or F |
role | string | agent, service, or hybrid |
dimensions | object | 5 dimension scores (0-100) |
dimensions.volume | number | Transaction volume score |
dimensions.diversity | number | Counterparty diversity score |
dimensions.consistency | number | Activity regularity score |
dimensions.recency | number | How recently the agent was active |
dimensions.balance | number | Balance between paying and receiving |
stats.total_txns | number | Total transaction count |
stats.as_payer | number | Transactions where this wallet paid |
stats.as_payee | number | Transactions where this wallet received |
stats.active_months | number | Number of months with activity |
identity | object or null | ERC-8004 identity if matched (name, chain, token_id) |
first_seen | string | ISO 8601 timestamp of earliest transaction |
last_seen | string | ISO 8601 timestamp of most recent transaction |
volume_usdc | number | Total USDC volume transacted |
counterparties | number | Unique counterparties interacted with |
scored_at | string | ISO 8601 timestamp of when the score was computed |