stream_wallet_orders
Watch a wallet for order changes via WebSocket and return the first change event, with a configurable timeout.
Instructions
Watch a wallet for order changes via WebSocket and return the first change event. Times out if no orders change. You must provide walletAddress or set ALPHA_MNEMONIC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutMs | No | Max time to wait in ms (default: 15000) | |
| walletAddress | No | Algorand wallet address (required if ALPHA_MNEMONIC is not set) |