正在运行一个Hyperliquid 节点吗?通过Hyperliquid 对等连接,为区块和满内存池启用直连路径。
了解更多Bitcoin builders need more than basic RPC. Quicknode runs the full surface: low-latency Bitcoin Core JSON-RPC, full archival history, Blockbook indexed data, and real-time Streams and Webhooks, all from one dashboard.
Six ways to access Bitcoin data, from a raw getblock to billions of rows of indexed history. Pick the interface, ship faster.
The full Bitcoin Core JSON-RPC over HTTPS and WSS on mainnet and Testnet4. Read blocks and transactions, manage UTXOs, query the mempool, and broadcast with getblock, getrawtransaction, and sendrawtransaction, with predictable rate limits.
No node to run and no custom infrastructure. Call the Bitcoin Core JSON-RPC, Blockbook, and the Ordinals & Runes API from any HTTP client or @quicknode/sdk, the same way across mainnet and Testnet4.
Bitcoin Core RPC, Blockbook indexed data, and the Ordinals & Runes API all live on the same Quicknode endpoint. No separate indexer to run.
getblock, getrawtransaction, sendrawtransaction, and getblockchaininfo behave exactly as they do in Bitcoin Core, with no rate-limit surprises.
Docs, guides, and runnable sample apps for every BTC workload. Clone, customize, and ship.
Full reference for every Bitcoin Core JSON-RPC method, plus Blockbook, the Ordinals & Runes API, and WebSocket subscriptions. Code examples for @quicknode/sdk, bitcoinjs-lib, and cURL.
Read inscriptions, Ordinals, and Runes on your Quicknode Bitcoin endpoint. Build marketplaces, wallets, and analytics for Bitcoin-native assets.
From your first Bitcoin endpoint to mission-critical production workloads, Quicknode scales with you. Get started in minutes.
Spin up your Bitcoin endpoint and ship. The free tier covers prototyping and small production loads, no credit card required.
Dedicated Bitcoin infrastructure, contractual SLAs, priority support, and procurement-ready terms for wallets, exchanges, trading firms, and high-volume protocols.
常见问题解答
还有疑问吗? 请联系客服,Quicknode (equipe )将帮助您找到答案。
通过 SOC 2 II 类认证 · ISO 27001
Query, subscribe, and stream Bitcoin data with low latency. From a raw getblock to billions of rows of indexed history, you get the right interface for the job.
Build on Bitcoin with the tools you already use and land transactions reliably, all on the same Quicknode account.
Full historical Bitcoin state with no pruning. Fetch any block, transaction, or UTXO from genesis with getblock and getrawtransaction, for indexing, analytics, and reconciliation.
Backfill and real-time Bitcoin blocks and transactions delivered to your datastore with guaranteed reliability. Filter upstream, receive only the data you actually need.
Event-driven alerts with guaranteed delivery, retries, and built-in reorg handling. Subscribe to specific Bitcoin addresses or transaction activity and react in real time.
Query address balances, UTXOs, and full transaction history over REST and WebSocket with the Blockbook API. Build wallets, explorers, and analytics without running a separate indexer.
Reliable broadcasting lands your signed Bitcoin transactions during mempool congestion, with mempool visibility and resubmission handled.
// Query Bitcoin over the Core JSON-RPCconst res = await fetch(QUICKNODE_BTC_URL, {method: "POST",headers: { "Content-Type": "application/json" },body: JSON.stringify({jsonrpc: "1.0",id: "qn",method: "getblockchaininfo",params: []})});const { result } = await res.json();console.log(result.blocks); // current block height
Runnable app that uses Blockbook to query Bitcoin transactions, filter by date range, and generate detailed address reports. Clone, customize, and ship.
“在 Cielo,我们为超过 15 万名依赖实时数据的用户提供服务。Quicknode 在实现这一目标方面Quicknode 关键Quicknode 。”Matt Aaron, Co-Founder @ Cielo Finance