Real-Time Monitoring
Connect to WebSocket
You:
Connect to the Zetrix WebSocket so we can monitor real-time eventsClaude will:
Use
zetrix_ws_connectEstablish connection and register for events
Expected Response:
Connected to Zetrix WebSocket!
- Node: ws://node-ws.zetrix.com
- Blockchain version: 3.0.0.0
- Ledger version: 1000Subscribe to Address Transactions
You:
Subscribe to real-time transaction notifications for address ZTX3Ta7d4GyAXD41H2kFCTd2eXhDesM83rvC3Claude will:
Use
zetrix_ws_connect(if not connected)Use
zetrix_ws_subscribe_tx
Note: You'll be notified when transactions occur for this address in real-time.
Monitor Multiple Addresses
You:
Claude will:
Subscribe to both addresses via WebSocket
Notify you of any incoming/outgoing transactions
Last updated