Learn about Bitcoin Cash, a fast and low-fee blockchain for peer-to-peer transactions. Discover how it empowers global decentralized payments.
The Bitcoin Cash RPC documentation provides developers with the necessary resources to interact programmatically with the Bitcoin Cash network. This guide outlines the key API endpoints for querying transaction data, submitting new transactions, and managing wallets. Bitcoin Cash uses larger block sizes to offer faster and cheaper transactions than Bitcoin, making it ideal for peer-to-peer payments. The documentation includes examples and best practices for integrating Bitcoin Cash into decentralized applications, particularly in payments and financial services.
– Related: 📚 Supported Blockchains • 🌐 RPC Nodes → Bitcoin Cash • 🔗 Official Bitcoin Cash Website
RPC Gateway for Bitcoin Cash blockchain
Connect to Bitcoin Cash and Fetch the Latest Block
This widget lets you instantly query the latest block height (or equivalent) for Bitcoin Cash using a chain-specific RPC method like eth_blockNumber, getblockcount, or getBlockHeight. Useful for connectivity checks, uptime monitoring, or API testing.
Don't have an API key?
Sign up to Dashboard and create your API keys today.
Get higher limits and use debugging tools.
Retrieve Bitcoin Cash Node Status or Client Version via RPC
Use this pre-configured request to get version or status information for your connected Bitcoin Cash node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.
Test Bitcoin Cash RPC Methods in Postman
Explore and test Bitcoin Cash blockchain methods instantly using our pre-configured Postman collection. Perfect for developers who want to experiment with Bitcoin Cash RPC endpoints, validate API responses, or integrate Bitcoin Cash into their applications.
How to use the Bitcoin Cash Postman Collection
- Get your API key: Visit Tatum Dashboard to obtain your free API key
- Import the collection: Click the "Run in Postman" button below to import the Bitcoin Cash collection
- Configure your environment: Update the
gateway-api-keyvariable in the Tatum Gateway environment - Start testing: Execute any Bitcoin Cash RPC method and see real-time responses
Available Bitcoin Cash interfaces
Bitcoin Cash (BCH) - Rostrum
- blockchainblockget
- serverbanner
- blockchaintransactionget
- blockchainblockheader
- blockchainaddressgethistory
- blockchainheaderssubscribe
- blockchainblockheaders
- blockchainheaderstip
- blockchainaddressgetbalance
- blockchainestimatefee
- blockchaintransactionbroadcast
- serverversion
- blockchainrelayfee
- blockchainaddresslistunspent
- blockchainaddressgetmempool
Bitcoin Cash (BCH) - JSON-RPC
- createrawtransaction
- decoderawtransaction
- decodescript
- estimatefee
- getbestblockhash
- getblock
- getblockchaininfo
- getblockcount
- getblockhash
- getblockheader
- getblockstats
- getchaintips
- getdifficulty
- getmempoolancestors
- getmempooldescendants
- getmempoolentry
- getmempoolinfo
- getrawmempool
- getrawtransaction
- gettxout
- gettxoutproof
- sendrawtransaction
- validateaddress
- verifymessage
- verifytxoutproof
- Rostrum
Bitcoin Cash (BCH) - Tatum API
- Generate Bitcoin Cash wallet
- JSON RPC HTTP driver
- Get Bitcoin Cash Blockchain Information
- Get Bitcoin Cash Block hash
- Get Bitcoin Cash Block by hash
- Get Bitcoin Cash Transaction by hash
- Get Bitcoin Cash Transactions by address
- Generate Bitcoin Cash deposit address from Extended public key
- Generate Bitcoin Cash private key
- Send BCH to Bitcoin Cash addresses
- Broadcast signed Bitcoin Cash transaction