WebSocket Events
Connection
Network
WebSocket URL
Subscribe Method
{
"jsonrpc": "2.0",
"method": "subscribe",
"id": 1,
"params": {
"query": "tm.event='Tx'"
}
}Common Queries for Bots
All Transactions
New Blocks
Transactions by Message Type
Transactions by Sender
Combining Filters
Common BitBadges Message Types
Message Type
Action String
Working Example (Node.js)
Unsubscribe
Notes
Last updated