{"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 balance, CURRENT token holdings with USD values (live balanceOf), portfolio total, transfer-history summary, top counterparties, and rule-based activity tags. Guaranteed-valid JSON from free public RPC + Blockscout. 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,"tokenTransfersCount":64,"tokenHoldingsCount":2,"holdings":[{"symbol":"USDC","balance":1234.5,"usdValue":1234.5}],"portfolioUsd":1244.5,"activity":{"tags":["active-token-user"],"topCounterparties":[]},"enrichment":"ok"},"outputSchema":{"type":"object","properties":{"address":{"type":"string"},"network":{"type":"string"},"nativeBalanceEth":{"type":"number"},"txCount":{"type":"integer"},"holdings":{"type":"array"},"portfolioUsd":{"type":"number"},"activity":{"type":"object"},"enrichment":{"type":"string"}}}}