Hyperliquid 노드를 운영 중이신가요?Hyperliquid 피어링을 통해 블록 및 전체 멥풀에 대한 직접 경로를 활성화합니다.
자세히 알아보기Connect to Hedera mainnet and every active testnet with low-latency RPC, full archive data, debug and trace APIs, and real-time Streams. The complete Hedera data stack, managed from a single Quicknode dashboard.
SOC 2 Type II 인증 · ISO 27001
Hedera builders need more than basic RPC. Quicknode runs the full surface: the EVM JSON-RPC relay for live calls and the Mirror Node REST API for history, all from one dashboard.
Reach Hedera two ways: the EVM JSON-RPC relay for live eth_ calls and transactions, and the Mirror Node REST API for historical transactions, accounts, and tokens. From a single eth_call to full history, you get the right interface for the job.
Multiple ways to reach Hedera, from live eth_ calls over the relay to historical reads over the Mirror Node. Pick the interface, ship faster.
The Hedera JSON-RPC relay exposes standard eth_ methods on mainnet (chain ID 295) and testnet (296), so existing Ethereum libraries, tools, and wallets work against Hedera unchanged.
Query accounts, transactions, and consensus topics through the Hedera Mirror Node REST API over HTTPS, including native token data, balances, and transfers backed by the Hedera Token Service.
Ingest real-time and historical Hedera data with exactly-once delivery and custom filtering, with no polling required.
전달 보장, 재시도 기능, 내장된 재구성 처리 기능을 갖춘 이벤트 기반 알림입니다. 특정 주소, 계약 이벤트 또는 온체인 조건에 구독하여 실시간으로 대응할 수 있습니다.
Replay and inspect execution with the debug namespace, including debug_traceTransaction and debug_traceBlockByNumber, for transaction analysis.
Subscribe to new Hedera blocks and logs over a persistent WSS connection with eth_subscribe. Push updates the moment they land, with no polling.
Hedera exposes an EVM JSON-RPC relay, so the tooling you already know works unchanged. Point ethers.js, web3.js, viem, or web3.py at a Quicknode Hedera endpoint the same way you would on Ethereum, and use the Mirror Node REST API for history. Same methods, same SDK, just a different RPC URL.
Point your existing Ethereum codebase at a Quicknode Hedera endpoint and deploy. Contracts, libraries, and tooling carry over.
eth_call, eth_getLogs, eth_sendRawTransaction, and eth_subscribe all behave exactly as they do on Ethereum.
// Your Ethereum code, pointed at Hederaimport { createPublicClient, http } from "viem";const client = createPublicClient({// Hedera, chain ID 295chain: { id: 295, name: "Hedera" },transport: http(QUICKNODE_HEDERA_URL)});const block = await client.getBlockNumber();// Same methods, same SDK. Hedera is EVM compatible.
Open MetaMask, go to Settings, Networks, Add Network, and enter your Quicknode Hedera RPC URL with the details on the right. Save, and MetaMask routes through your private Quicknode endpoint instead of a rate-limited public RPC.
Docs, guides, and runnable sample apps for every Hedera workload. Clone, customize, and ship.
Full reference for the Hedera JSON-RPC relay and the Mirror Node REST API, with contract, account, token, and transaction examples for ethers.js, viem, and @quicknode/sdk.
Indexes token transfers on an EVM chain using Quicknode Streams and delivers them to your own datastore and API. Works unchanged on Hedera.
Runnable sample apps and starter kits across Quicknode-supported chains, including Hedera. Clone one and ship.
From your first Hedera endpoint to mission-critical production workloads, Quicknode scales with you. Get started in minutes.
Spin up your Hedera endpoint and ship. The free tier covers prototyping and small production loads, no credit card required.
Dedicated Hedera infrastructure, contractual SLAs, priority support, and procurement-ready terms for wallets, exchanges, trading firms, and high-volume protocols.
"Quicknode has provided highly performant infrastructure that supports some of our mission-critical operations. We are excited to be joining their Preferred Partner Network and we look forward to opening up access to Quicknode's ecosystem for our customers."Connor Sullivan, Corporate Strategy & Partnerships Manager @ Fireblocks
자주 묻는 질문
아직도 궁금한 점이 있으신가요? 고객 지원팀에 문의하시거나, ‘ Quicknode ’equipe 을 통해 답변을 찾으실 수 있습니다.
The Ethereum toolchain you already know works on Hedera through the JSON-RPC relay. Deploy contracts, manage endpoints, and read history from one Quicknode account.