Monitor crypto whale wallets for large transactions. Track big moves on Ethereum, BSC, and other chains. Get alerts when whales move significant amounts.
Monitor crypto whale wallets and get alerts for large transactions.
# Monitor a wallet
/whale-watcher monitor 0x123...abc --threshold 1000000
# Check recent transactions
/whale-watcher txs 0x123...abc
# Set alert threshold
/whale-watcher alert --min 5000000
Add to environment:
export ETHERSCAN_API_KEY="your_key"
export BSCSCAN_API_KEY="your_key"
ZIP package — ready to use