{"service":"wallet-intel","route":"POST /wallet-intel","price":"$0.02","payment":"x402 (USDC on Base) — POST to this path, pay the returned 402, retry","description":"On-chain wallet analysis for any Base (EVM) address: native + token balances, transaction history summary, top counterparties, and rule-based activity classification. Guaranteed-valid JSON from free public RPC + Basescan. Input: { address, explain? (bool: add a plain-English narrative) }.","input":{"properties":{"address":{"type":"string","description":"0x EVM address on Base"},"explain":{"type":"boolean","description":"If true, add a short LLM narrative summary"}},"required":["address"]},"inputExample":{"address":"0x04CCE6f938fb8E48aFc10daB0fF2f09CCE392A7B"},"outputExample":{"address":"0x04CC...2A7B","network":"base","nativeBalanceEth":0.42,"txCount":128,"tokenHoldingsCount":3,"activity":{"tags":["defi-active","high-activity"],"topCounterparties":[]}},"outputSchema":{"type":"object","properties":{"address":{"type":"string"},"network":{"type":"string"},"nativeBalanceEth":{"type":"number"},"txCount":{"type":"integer"},"activity":{"type":"object"}}}}