---
updatedAt: 2026-05-13T16:09:27.000Z
---

Fetch the complete documentation index at: https://docs.blockdaemon.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Bitcoin Cash RPC Methods

The following whitelisted methods are available via your Blockdaemon BTC infrastructure:

### Blockchain Information

* `getbestblockhash`
* `getblock`
* `getblockchaininfo`
* `getblockcount`
* `getblockhash`
* `getblockheader`
* `getblockstats`
* `getchaintips`
* `getdifficulty`

### Transaction Management

* `createrawtransaction`
* `decoderawtransaction`
* `decodescript`
* `fundrawtransaction`
* `sendrawtransaction`
* `submitblock`
* `testmempoolaccept`

### Mining

* `estimatefee`
* `estimatepriority`
* `estimatesmartfee`
* `getblocktemplate`
* `getmininginfo`
* `getnetworkhashps`

### Wallet Management

* `getreceivedbyaddress`
* `getwalletinfo`
* `importaddress`
* `importpubkey`
* `listaddressgroupings`
* `listlabels`
* `listreceivedbyaddress`
* `listreceivedbylabel`
* `listtransactions`
* `listunspent`
* `listwalletdir`
* `listwallets`
* `loadwallet`
* `unloadwallet`
* `setlabel`

### Mempool

* `getmempoolancestors`
* `getmempooldescendants`
* `getmempoolentry`
* `getmempoolinfo`
* `getrawmempool`
* `testmempoolaccept`

### Network Information

* `getconnectioncount`
* `getinfo`
* `getnettotals`
* `getnetworkinfo`
* `getpeerinfo`

### Validation

* `validateaddress`
* `verifymessage`
* `verifytxoutproof`

### Chain Operations

* `abortrescan`
* `reconsiderblock`
* `rescanblockchain`
* `scantxoutset`
* `invalidateblock`

### Utility

* `getmemoryinfo`
* `gettxout`
* `gettxoutproof`
* `gettxoutsetinfo`
* `listbanned`
* `setban`

## 👋 Need Help?

Contact us through [email](mailto:support@blockdaemon.com) or our [support page](https://www.blockdaemon.com/support) for any issues, bugs, or assistance you may need.