watch_wallet
Start monitoring a Solana wallet. The server polls it every 15s and records each NEW transaction. If you can receive webhooks, pass webhook_url (https). If you cannot, omit it: the server creates a poll token for you — then call get_alerts with it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Optional short label (max 32 chars) | |
| wallet | Yes | Base58 Solana pubkey to watch | |
| webhook_url | No | Optional https:// URL to POST alerts to |