Monitor wallet addresses across multiple blockchains and get notified of important events.
WATCHED_ADDRESSES - Comma-separated list of addresses to monitorALERT_WEBHOOK - Webhook URL for alerts (optional)CHECK_INTERVAL_MINUTES - How often to check (default: 60)# Check all watched addresses
addresses
# Get balance for specific address
balance <address>
# Add address to watchlist
add <address>
# Remove from watchlist
remove <address>
共 1 个版本