# Bitcoin Cash

> Pages under Bitcoin Cash in the Alchemy Docs.

## Pages

- [Quickstart](https://www.alchemy.com/docs/reference/bitcoincash-api-quickstart.md): Get started building on Bitcoin Cash and using the JSON-RPC API
- [Bitcoin Cash API Overview](https://www.alchemy.com/docs/bitcoincash/bitcoincash-api-overview.md): Overview of available Bitcoin Cash API methods
- [createrawtransaction](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/createrawtransaction.md): Create a raw transaction from inputs and outputs
- [decoderawtransaction](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/decoderawtransaction.md): Decode a raw transaction hex string
- [decodescript](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/decodescript.md): Decode a hex-encoded script
- [estimatesmartfee](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/estimatesmartfee.md): Estimate smart fee for confirmation within target blocks
- [getbestblockhash](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getbestblockhash.md): Get the best (tip) block hash of the longest valid chain
- [getblock](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getblock.md): Get block details by block hash
- [getblockchaininfo](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getblockchaininfo.md): Retrieve general information about the blockchain.
- [getblockcount](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getblockcount.md): Get the current block count
- [getblockfilter](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getblockfilter.md): Retrieve a BIP 157 content filter for a particular block
- [getblockhash](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getblockhash.md): Get block hash by block height
- [getblockheader](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getblockheader.md): Get block header by block hash
- [getblockstats](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getblockstats.md): Get per-block statistics
- [getblocktemplate](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getblocktemplate.md): Request a block template for mining
- [getchaintips](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getchaintips.md): Get information about all known tips in the block tree
- [getchaintxstats](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getchaintxstats.md): Get chain transaction statistics
- [getconnectioncount](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getconnectioncount.md): Get the number of connections to other nodes
- [getdifficulty](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getdifficulty.md): Get the current proof-of-work difficulty
- [getindexinfo](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getindexinfo.md): Get information about one or all available indices
- [getmemoryinfo](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getmemoryinfo.md): Get memory usage information
- [getmempoolancestors](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getmempoolancestors.md): Get mempool ancestors of a transaction
- [getmempooldescendants](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getmempooldescendants.md): Get mempool descendants of a transaction
- [getmempoolinfo](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getmempoolinfo.md): Retrieve information about the mempool state
- [getnetworkhashps](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getnetworkhashps.md): Get the estimated network hashes per second
- [getnetworkinfo](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getnetworkinfo.md): Get various state info regarding P2P networking
- [getrawmempool](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getrawmempool.md): Get raw mempool transaction data
- [getrawtransaction](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/getrawtransaction.md): Retrieve raw transaction data by txid
- [gettxout](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/gettxout.md): Get details about an unspent transaction output
- [gettxoutproof](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/gettxoutproof.md): Get a proof that one or more transactions are included in a block
- [gettxoutsetinfo](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/gettxoutsetinfo.md): Get statistics about the current UTXO set
- [sendrawtransaction](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/sendrawtransaction.md): Submit a raw transaction to the Bitcoin network
- [submitblock](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/submitblock.md): Submit a new block to the network
- [submitheader](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/submitheader.md): Decode and submit a block header
- [submitpackage](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/submitpackage.md): Submit a set of serialized raw transactions
- [testmempoolaccept](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/testmempoolaccept.md): Test if raw transactions would be accepted by the mempool
- [validateaddress](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/validateaddress.md): Validate a Bitcoin address
- [verifymessage](https://www.alchemy.com/docs/chains/bitcoincash/bitcoincash-api-endpoints/verifymessage.md): Verify a signed message
- [UTXO Overview](https://www.alchemy.com/docs/bitcoincash/utxo.md): Understand how the Unspent Transaction Output (UTXO) model tracks balances on Bitcoin Cash.
- [Get Block Hash](https://www.alchemy.com/docs/chains/bitcoincash/utxo-api-endpoints/utxo-api-endpoints/get-block-hash-by-index.md): Get Block Hash
- [Get Transaction](https://www.alchemy.com/docs/chains/bitcoincash/utxo-api-endpoints/utxo-api-endpoints/get-transaction.md): Get Transaction
- [Get Transaction Specific](https://www.alchemy.com/docs/chains/bitcoincash/utxo-api-endpoints/utxo-api-endpoints/get-transaction-specific.md): Get Transaction Specific
- [Get Address](https://www.alchemy.com/docs/chains/bitcoincash/utxo-api-endpoints/utxo-api-endpoints/get-address.md): Get Address
- [Get Xpub](https://www.alchemy.com/docs/chains/bitcoincash/utxo-api-endpoints/utxo-api-endpoints/get-xpub.md): Get Xpub
- [Get UTXOs](https://www.alchemy.com/docs/chains/bitcoincash/utxo-api-endpoints/utxo-api-endpoints/get-utxo.md): Get UTXOs
- [Get Block](https://www.alchemy.com/docs/chains/bitcoincash/utxo-api-endpoints/utxo-api-endpoints/get-block.md): Get Block
- [Send Transaction (GET)](https://www.alchemy.com/docs/chains/bitcoincash/utxo-api-endpoints/utxo-api-endpoints/send-transaction-get.md): Send Transaction (GET)
- [Send Transaction (POST)](https://www.alchemy.com/docs/chains/bitcoincash/utxo-api-endpoints/utxo-api-endpoints/send-transaction-post.md): Send Transaction (POST)
- [Get Tickers List](https://www.alchemy.com/docs/chains/bitcoincash/utxo-api-endpoints/utxo-api-endpoints/get-tickers-list.md): Get Tickers List
- [Get Tickers](https://www.alchemy.com/docs/chains/bitcoincash/utxo-api-endpoints/utxo-api-endpoints/get-tickers.md): Get Tickers
- [Get Balance History](https://www.alchemy.com/docs/chains/bitcoincash/utxo-api-endpoints/utxo-api-endpoints/get-balance-history.md): Get Balance History
- [UTXO WebSockets](https://www.alchemy.com/docs/bitcoincash/utxo-websockets.md): Stream block, transaction, address, and fiat rate updates from Bitcoin Cash over a persistent WebSocket connection.
- [FAQ](https://www.alchemy.com/docs/reference/bitcoincash-api-faq.md): Frequently asked questions about the Bitcoin Cash API
