Vous exploitez un nœud « Hyperliquid » ?Activez un chemin direct pour les blocs et le mempool complet grâce au peering « Hyperliquid ».
En savoir plusConnect to Bitcoin Cash mainnet and every active testnet with low-latency RPC, full archive data, debug and trace APIs, and real-time Streams. The complete Bitcoin Cash data stack, managed from a single Quicknode dashboard.
Certifié SOC 2 Type II · ISO 27001
Bitcoin Cash builders need more than basic RPC. Quicknode runs full Bitcoin Cash nodes with the Bitcoin-style JSON-RPC, full archive history, and reliable transaction broadcasting, all from one dashboard.
Query, read, and broadcast on Bitcoin Cash with low latency. From a single call to full history, you get the right interface for the job.
Six ways to access Bitcoin Cash data, from a single JSON-RPC call to Blockbook and real-time Streams. Pick the interface, ship faster.
Bitcoin-style JSON-RPC over HTTPS on Bitcoin Cash mainnet and testnet, with methods like getblockchaininfo, getblock, getrawtransaction, and getbalance.
Full Bitcoin Cash archive with no pruning on mainnet and testnet. Query historical blocks, transactions, and balances over the JSON-RPC and Blockbook REST API.
Backfill and real-time Bitcoin Cash block and transaction data delivered to your datastore with guaranteed reliability.
Alertes déclenchées par des événements, avec livraison garantie, tentatives de réenvoi et gestion intégrée des réorganisations. Abonnez-vous à des adresses spécifiques, à des événements de contrat ou à des conditions sur la chaîne, et réagissez en temps réel.
Query addresses, balances, UTXO sets, and transaction history over the Blockbook REST API for wallets, explorers, and analytics.
Sign locally and broadcast raw transactions with sendrawtransaction. Reliable propagation with predictable rate limits.
Point any Bitcoin Core-compatible client or a plain HTTP request at a Quicknode Bitcoin Cash endpoint and read blocks, transactions, and balances, or broadcast raw transactions. The Bitcoin Cash JSON-RPC on private low-latency infrastructure.
Point your existing Bitcoin-style tooling at a Quicknode Bitcoin Cash endpoint. RPC methods and clients carry over.
Blocks, transactions, balances, and broadcasting, all over the Bitcoin Cash JSON-RPC.
// Query Bitcoin Cash over JSON-RPCconst res = await fetch(QUICKNODE_BCH_URL, {method: "POST",headers: { "Content-Type": "application/json" },body: JSON.stringify({jsonrpc: "1.0", id: 1,method: "getblockchaininfo", params: []})});const info = await res.json();// Bitcoin-style JSON-RPC on private low-latency infrastructure.
Docs, guides, and runnable sample apps for every Bitcoin Cash workload. Clone, customize, and ship.
Full reference for the Bitcoin Cash JSON-RPC API, with block, transaction, address, and broadcasting examples.
Set up backfill and real-time Bitcoin Cash data delivered to your own datastore and API with Quicknode Streams.
Runnable sample apps and starter kits across Quicknode-supported chains, including Bitcoin Cash. Clone one and ship.
From your first Bitcoin Cash endpoint to mission-critical production workloads, Quicknode scales with you. Get started in minutes.
Spin up your Bitcoin Cash endpoint and ship. The free tier covers prototyping and small production loads, no credit card required.
Dedicated Bitcoin Cash infrastructure, contractual SLAs, priority support, and procurement-ready terms for wallets, exchanges, trading firms, and high-volume protocols.
"As a managed service provider, working with Quicknode has provided our business with the operational framework we required to eliminate administrative inefficiencies and focus on delivering client results. "Callum Rowley, Senior Product Manager @ Tech Alchemy
Foire aux questions
Still have unanswered questions? Reach out to support and the Quicknode team can help you find answers.
The Bitcoin Cash toolchain you already know works unchanged on Quicknode. Bitcoin Core-compatible RPC clients, bitcoinjs-lib, and standard HTTP clients all point at a Quicknode endpoint.