dex_wait_live_event
Wait for finalized DEX events in real-time over CometBFT WebSocket. Filter by contract, event, caller, signer, or transaction hash. Configurable timeout and max events.
Instructions
Wait for low-latency finalized DEX events over CometBFT WebSocket without BDS; non-durable, so use dex_list_events for replay
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | ||
| caller | No | ||
| signer | No | ||
| tx_hash | No | ||
| contract | Yes | ||
| max_events | No | ||
| timeout_seconds | No |