Bitcoin Cash RPC
What is Bitcoin Cash?
Bitcoin Cash is a peer-to-peer electronic cash system that emerged in 2017 as a hard fork of Bitcoin. It was created to address Bitcoin's scalability limitations by increasing the block size limit to 32MB, enabling more transactions per second and lower fees.
Bitcoin Cash maintains Bitcoin's proof-of-work (PoW) consensus mechanism and UTXO (Unspent Transaction Output) model for tracking balances and transaction history. This makes Bitcoin Cash a fast, reliable, and low-cost cryptocurrency for everyday transactions and micropayments.
Interacting with Bitcoin Cash APIs
Bitcoin Cash nodes expose a JSON-RPC interface that is compatible with Bitcoin's JSON-RPC API, allowing developers to interact with the blockchain programmatically using familiar Bitcoin tooling and libraries.
However, due to Bitcoin Cash's architectural differences (such as larger block sizes, different address formats, and unique features like CashTokens), some RPC methods may behave differently from those on Bitcoin. The QuickNode Bitcoin Cash documentation provides comprehensive coverage of these differences and Bitcoin Cash-specific functionality, and we highly recommend cross-referencing with the official Bitcoin Cash documentation for the latest updates and RPC differences.
You can access the API by:
- Running a local Bitcoin Cash client (e.g., Bitcoin Cash Node, BCHD).
- Using a QuickNode Bitcoin Cash endpoint, which delivers low-latency global access, historical data, and enhanced reliability out of the box.
Supported Networks
QuickNode provides access to the following Bitcoin Cash networks:
Complete reference for developers building on Bitcoin Cash with QuickNode:
QuickStart
Get started with Bitcoin Cash quickly. Follow our step-by-step quickstart to set up your endpoint and make your first API request.
Provider Endpoints
Learn how to configure and manage your Bitcoin Cash endpoints for optimal performance and reliability.
API Overview
Explore supported APIs, networks, QuickNode products, and enhanced API features for building powerful applications.
Marketplace
Discover and integrate powerful add-ons and tools from the QuickNode Marketplace to enhance your web3 applications.
Endpoint Security
Secure your endpoints with authentication, whitelisting, and best security practices.