Zcash Blockbook icon
Beta

Zcash Blockbook

by Quicknode
⭐️
Highly Rated
🔑
Quicknode Exclusive
1Supported chain 15RPC Methods 15REST Paths 4Plans
Starting at $75.00
Back to Marketplace
Zcash Blockbook image 0
error icon

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

beta icon
This add-on is currently in Beta

Feel free to test it, we would appreciate feedback to address any errors that may occur

Get access to balances, transactions, and UTXOs for addresses or xpubs. Adds 15 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 Zcash. This add-on uses 10 credits per method call.

RPC Methods

bb_sendTransaction
Broadcasts a signed raw transaction to the network and returns itshash.
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_sendTransaction","params":["0200000001ab3f6d2e1c4b5a68397d2f1e0c9b8a7f6e5d4c3b2a1f0e9d8c7b6a5f4e3d2c101000000ffffffff01e803000000000000ffffffff00000000"],"id":1,"jsonrpc":"2.0"}'
bb_getBlockHash
bb_getFeeStats
bb_getTxSpecific
bb_getEstimateFee
bb_getMultiTickers
bb_getTickers
bb_getRawBlock
bb_getAddress
bb_getBalanceHistory
bb_getTickersList

REST Paths

GET /api/v2/balancehistory/{xpub_or_address}
Returns a balance history for the specified XPUB or address.
Curl
  • Curl
  • Axios
  • Python
00
01
curl https://YOUR_QUICKNODE_ENDPOINT_HERE.com/addon/1149/api/v2/balancehistory/t1Hsc1LR8yKnbbe3twRp88p6vFfC5t7DLbs?from=1683684000&to=1700042400&fiatcurrency=usd&groupBy=3600&gap=20 \
-X GET
GET /api/v2/block-index/{block_height}
GET /api/v2/block/{block}
GET /api/v2/estimatefee/{blocks}
GET /api/v2/feestats/{blockId}
GET /api/v2/multi-tickers/
GET /api/v2/rawblock/{block_id}
POST /api/v2/sendtx/
GET /api/v2/tickers-list/
GET /api/v2/tickers/
GET /api/v2/tx-specific/{txid_specific}
GET /api/v2/tx/{txid}
GET /api/v2/utxo/{xpub_or_address}
GET /api/v2/xpub/{xpub}
GET /api/v2/address/{address}

Supported Chains

Zcash

Published on Apr 30, 2026

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 address
Including balances, transactions are sorted by block height, newest blocks first.
Up to 500,000 requests/month
Send 500k method calls per month with no per-second rate limit.
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 xpub
Or output descriptor. This add-on supports BIP44, BIP49, BIP84 and BIP86 (Taproot) derivation schemes, using either xpubs or output descriptors.