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
Blockchain RPC Gateway for Bitcoin Cash
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.
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