Whale Wallet Tracker
whale-wallet-trackerTrack large native ETH and ERC-20 token movements for any wallet(s) via Etherscan's multichain API (bring your own key). Get current balance, flagged transfers above your ETH threshold, and recent token transfer activity — one row per wallet. No RPC node, no wallet-connect, no browser. — $0.01/call, x402 (USDC on base).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | No | EVM chain ID. Keyless (Blockscout) supports 1 = Ethereum, 10 = Optimism, 100 = Gnosis, 137 = Polygon, 8453 = Base, 42161 = Arbitrum. Any other chain needs an Etherscan API key. | |
| wallets | Yes | Wallet addresses to track (0x... on any EVM chain supported by Etherscan v2). One row per wallet. | |
| minValueEth | No | Flag native transactions moving at least this much ETH (or the chain's native coin) as a "large movement". | |
| maxConcurrency | No | How many wallets to check in parallel. Keep this low on Etherscan's free tier to avoid rate-limit errors. | |
| etherscanApiKey | No | Optional. Leave empty to use a free keyless Blockscout explorer. Provide your own Etherscan key (https://etherscan.io/myapikey) for higher rate limits or a chain not covered keyless. Billed against YOUR quota. |