tronblock.stream

WebSocket service for listening transactions and blocks on Tron Blockchain

Block Listener

This endpoint listen for new blocks in Tron Blockchain and pushes them to WebSocket connection with all transcations sent within this block.
.
200 OK
wss://api.tronblock.stream/watch/blocks

Address Watcher

This endpoint watch for any transaction in blocks recieved from Tron Blockchain and push each transaction to WebSocket connection one by one.
.
200 OK
wss://api.tronblock.stream/watch/address/{address}
Copy