WalletLens is a paid HTTP API for agents. Pass an address, get a wallet report, portfolio balances, Base USDC transfer history, or enriched transaction history across major EVM chains — settled in USDC over x402 for $0.02 a call.
# Discover the paid resource curl https://walletlens.wallyweb.com/.well-known/x402.json # Start from seeded wallet URLs curl "https://walletlens.wallyweb.com/wallets-to-try?format=json" curl "https://walletlens.wallyweb.com/ask?q=analyze%20wallet%200x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea%20on%20base" # Call a paid endpoint with an x402 client curl "https://walletlens.wallyweb.com/portfolio?address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045&chains=base,ethereum" curl "https://walletlens.wallyweb.com/tx-history?address=0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea&chains=base&limit=20" curl "https://walletlens.wallyweb.com/wallet-report?address=0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea&chains=base&limit=20" # Returns 402 Payment Required without a payment header. # Pay $0.02 USDC on Base, retry with the x402 payment header, # and receive a normalized JSON snapshot.
HTTP 402 Payment Required with USDC settlement on Base. No accounts, no API keys.
Consistent portfolio and transaction schemas across every supported chain.
Local stdio MCP server exposes wallet portfolio and transaction history tools to agent clients.
Portfolio data sourced from Alchemy's multi-chain APIs and returned in one snapshot.