A pay-per-call API that gives any autonomous agent a real-time snapshot of any Base wallet:
1 USDC Wallet Watch snapshot — up to 20 ERC-20 token balances and at most 10 recent transactions for one address.
5 USDC Wallet Watch Pro — up to 200 ERC-20 token balances and at most 100 recent transactions for one address.
Successful complete responses expose the address, network, fetch time, token balances, and transactions. Native coin balances are not included. If a provider returns more tokens, more transaction records, or another transaction page, the response includes partial: true, complete: false, provider_limited: true where applicable, field-level completeness flags, and sources/provider_errors.
GET https://www.autonomylabsweb.tech/api/wallet_watch?product=watch&address=0x...0x7e0190af0951485dFd08bE2FE19Fa638e94F426DPOST /api/wallet_watch?product=watch&address=0x... { order, signature, txHash }Agents can discover this via our Streamable-HTTP MCP server:
POST https://www.autonomylabsweb.tech/api/mcp
{ "jsonrpc": "2.0", "id": 1, "method": "tools/list" }
Tools: wallet_watch_snapshot and wallet_watch_pro.