Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-12ced39d.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The JSON-RPC Relay is the open-source service that bridges EVM-style JSON-RPC clients (MetaMask, ethers.js, web3.js, Hardhat, Foundry, viem, etc.) to the Hedera network. You have three ways to access it: use the free public instance (Hashio), use a managed third-party provider, or run your own instance.

Choose a connection option

Hashio

Free public Hiero JSON-RPC Relay instance hosted by Hashgraph. No sign-up required. Best for prototyping and tutorials. Rate-limited.

Validation Cloud

Freemium managed JSON-RPC and Mirror Node service. Requires an account but no credit card. Scales for production workloads.

QuickNode

Commercial JSON-RPC provider with global edge infrastructure and SLAs. Best for high-throughput production apps.

Self-host the Relay

Run your own instance of the open-source Hiero JSON-RPC Relay for full control over rate limits, caching, and infrastructure.

Network support

OptionMainnetTestnetPreviewnetSign-up
Hashio (public Hiero Relay)
Validation Cloud
QuickNode
Self-hosted Relay

Network reference

NetworkChain ID (decimal)Chain ID (hex)Hashio endpoint
Mainnet2950x127https://mainnet.hashio.io/api
Testnet2960x128https://testnet.hashio.io/api
Previewnet2970x129https://previewnet.hashio.io/api
Hashio is for development and testing purposes only. Production use cases are strongly encouraged to use commercial-grade JSON-RPC relays or host their own instance of the Hiero JSON-RPC Relay.

Additional resources


Writer: Brendan, DevRel Engineer

Writer: Aaron, Validation Cloud

Editor: Krystal, Senior DX Engineer