HCS Mirror Node Endpoints: hcs.testnet.mirrornode.hedera.com:5600 hcs.mainnet.mirrornode.hedera.com:5600
Community supported mirror node information can be found here:
If you building your client with a predefined Hedera network (previewnet, testnet, mainnet), you do not need to define the mirror client as it is built in. If you would like to modify the mirror client, you can use Client.<network>.setMirrorNetwork(network)
.
​
Constructor | Description |
| Initializes the MirrorClient object |
Javafinal MirrorClient mirrorClient = new MirrorClient(MIRROR_NODE_ADDRESS);
JavaScriptconst mirrorClient = new MirrorClient(mirrorNodeAddress);
Concurrent Subscription Limit A single client can make a maximum of 5 concurrent subscription calls per connection.
Please click the link below to see how you can subscribe to a topic.
​
​