BTC Blockbook icon

BTC Blockbook

by Quicknode
โญ๏ธ
Highly Rated
๐Ÿ”‘
Quicknode Exclusive
1Supported chain 10RPC Methods 10REST Paths 4Plans
Starting at $75.00
Back to Marketplace
BTC 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.

This add-on uses 10 credits per method call.

Docs available at https://www.quicknode.com/docs/bitcoin/bb_getaddress

RPC Methods

bb_getXPUB(xpub_or_descriptor, options_object)Returns balances and transactions of an xpub or output descriptor.
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_getXPUB","params":["xpub661MyMwAqRbcGrx39FhTVkPJSd1oMiD8P8Vu4EP8SHyuvhqnaqu9VeK4m43WPPXouHpuUakK77Y6GzqCCKYYiCTsxhPBjmqhrfHqosmEFjL", {"page":1, "size":1000, "fromHeight":0, "details":"txids"}],"id":1,"jsonrpc":"2.0"}'
bb_getBalanceHistory
bb_getAddress
bb_getTxSpecific
bb_getTickersList
bb_getBlockHash
bb_getTickers

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/3/api/v2/address/bc1p72h09wplu60qdxyr8q3ftgdhga7jxnjhdz08qs4u9we9q3lzmqmqa4yzj6page=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

Published on Mar 3, 2023

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.
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.