watchlist.add
Add or remove Ethereum wallet addresses to or from a copy trading watchlist. Watched wallets are automatically monitored for new trades, allowing you to follow profitable traders. Use with discover_traders to find suitable wallets.
Instructions
Add or remove an Ethereum wallet address from the copy trading watchlist. Watched wallets are monitored for new trades when the monitor is running. Use discover_traders first to find good wallets to watch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Ethereum wallet address to watch (0x followed by 40 hex characters) | |
| alias | No | Friendly name for this wallet (e.g. 'whale_trader_1') | |
| action | No | add=start watching this wallet, remove=stop watching | add |