BCH Blockbook icon

BCH Blockbook

by Quicknode
๐Ÿ”‘
Quicknode Exclusive
1Supported chain 10RPC Methods 10REST Paths 4Plans
Starting at $75.00
Back to Marketplace
BCH Blockbook image 0
error icon

Additional credit usage.
Add-on may consume additional plan credits when used.

Get access to balances, transactions, and UTXOs for addresses or xpubs. Adds 10 new methods via JSON-RPC and REST..

We've taken the Blockbook REST API and made it available. This is the best way to get indexed data for UTXO chains like Bitcoin Cash.

This add-on uses 10 credits per method call.

RPC Methods

bb_getTxSpecific
Returns transaction data in the exact format as returned by backend.
Curl
  • Curl
  • Axios
  • Python
00
01
02
03
04
curl https://YOUR_QUICKNODE_ENDPOINT_HERE.com \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"method":"bb_getTxSpecific","params":["1019fac3daa5e0d1383b33f7da00ca2269a770c6b2b1de2bd04e8cead3bc3ca9"],"id":1,"jsonrpc":"2.0"}'
bb_getTickersList
bb_getBlockHash
bb_getTickers
bb_getBalanceHistory
bb_getAddress

REST Paths

GET /api/v2/address/{address}
Returns balances and transactions of an address. The returned transactions are sorted by block height, newest blocks first.
Curl
  • Curl
  • Axios
  • Python
00
01
curl https://YOUR_QUICKNODE_ENDPOINT_HERE.com/addon/1118/api/v2/address/bitcoincash:qzf9ax7we6swngffah3e9gr4mgh0qw3zcy6kq5afaupage=1&size=1000&fromHeight=0&details=txids \
-X GET
GET /api/v2/balancehistory/{xpub_or_address}
GET /api/v2/block-index/{block_height}
GET /api/v2/block/{block}
GET /api/v2/tickers
GET /api/v2/tickers-list
GET /api/v2/tx-specific/{txid_specific}
GET /api/v2/tx/{txid}
GET /api/v2/utxo/{xpub_or_address}
GET /api/v2/xpub/{xpub}

Supported Chains

Bitcoin Cash

Published on Sep 16, 2025

Support Website Support Email

Plans & features

Starter - $75/month
  • Starter - $75/month
  • Basic - $149/month
  • Pro - $799/month
  • Business - $2,999/month
Enterprise Sales
500,000 Requests Per Month
Up to 500,000 requests per month.
Get transactions for any xpub
Or output descriptor. This add-on supports BIP44, BIP49, BIP84 and BIP86 (Taproot) derivation schemes, using either xpubs or output descriptors.
Get UTXOs for any address or xpub
Query for transaction outputs of address or xpub. The list contains both confirmed and unconfirmed transactions. You can also filter out unconfirmed transactions.
Get transactions for any address
Including balances, transactions are sorted by block height, newest blocks first.