Dogecoin Blockbook icon

Dogecoin Blockbook

by Quicknode
1Supported chain 15RPC Methods 15REST Paths 4Plans
Starting at $75.00
Back to Marketplace
Dogecoin 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 15 new methods via JSON-RPC and REST.

Blockbook is an open-source indexed blockchain API — natively REST. Quicknode exposes both the native REST interface and a JSON-RPC layer on the same endpoint. This is the best way to get indexed data for UTXO chains like Dogecoin, including historical and current data across addresses, transactions, and balances. This add-on uses 10 credits per method call.

RPC Methods

bb_getBlock(block_hash_or_height) Returns the block data with transaction objects.
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_getBlock","params":["FILL_ME_ARG", {"page":1}],"id":1,"jsonrpc":"2.0"}'
bb_getTickersList
bb_sendTransaction
bb_getBlockHash
bb_getTxSpecific
bb_getTickers
bb_getAddress
bb_getEstimateFee
bb_getMultiTickers
bb_getRawBlock
bb_getBalanceHistory
bb_getFeeStats

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/1142/api/v2/address/D7Y55rXNqMxRgCBCNDmqZRrHqDQmxE7PRD?page=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/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}

Supported Chains

Doge

Published on Mar 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.
Up to 500,000 requests/month
Send 500k method calls per month with no per-second rate limit.
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.