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/publicExplorer:
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
Additional Testnet Public RPC Endpoints
BFG (for PoP Miner):
wss://testnet.rpc.hemi.network/v1/ws/publicExplorer 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"}Third-Party Providers
We partner with leading node providers to help you seamlessly integrate your dApps with the Hemi network. These providers offer reliable and scalable API access to Hemi nodes, allowing you to concentrate on development while they handle the infrastructure management.
DIN
https://hemi-mainnet.infura.io/v3/YOUR_API_KEY
Last updated
Was this helpful?