Network Details
Hemi Mainnet
Gas Token/Currency Symbol
ETH
ChainID
43111
RPC API endpoint
Explorer
Additional Mainnet Public RPC Endpoints
BFG (for PoP Mining):
wss://rpc.hemi.network/v1/ws/public
Explorer:
https://explorer.hemi.xyz/api/v2/
Explorer documentation:
https://explorer.hemi.xyz/api-docs
Code Snippets
Example HTTP request:
curl -X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}' \
https://rpc.hemi.network/rpc
# This will print the RPC response:
# {"jsonrpc":"2.0","id":1,"result":"0xaa3716"}
Hemi Testnet
Gas Token/Currency Symbol
ETH
ChainID
743111
RPC API endpoint
Explorer
Additional Testnet Public RPC Endpoints
BFG (for PoP Miner):
wss://testnet.rpc.hemi.network/v1/ws/public
Explorer documentation:
https://testnet.explorer.hemi.xyz/api-docs
Code Snippets
Example HTTP request:
curl -X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}' \
https://testnet.rpc.hemi.network/rpc
# This will print the RPC response:
# {"jsonrpc":"2.0","id":1,"result":"0xaa3716"}
Last updated
Was this helpful?