Network Details

Hemi Mainnet

Gas Token/Currency Symbol

ETH

ChainID

43111

Additional Mainnet Public RPC Endpoints

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

Additional Testnet Public RPC Endpoints

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.

Name
Https Url
WebSocket Url

dRPC

wss://hemi.drpc.org

DIN

https://hemi-mainnet.infura.io/v3/YOUR_API_KEY

Last updated

Was this helpful?