Dogecoin Blockbook JSON-RPC icon
Beta

Dogecoin Blockbook JSON-RPC

by Visible Magic Inc
🟪
Staff Pick
2Supported chains 10RPC Methods 4Plans
Starting at $100.00
Back to Marketplace
Dogecoin Blockbook JSON-RPC image 0 Dogecoin Blockbook JSON-RPC image 1
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 address balance history for addresses via JSON-RPC. Also allows fetching currency rate for the specified currency and date.

We've taken the Blockbook REST API and made it available via JSON-RPC for Dogecoin blockchain. This is the best way to get indexed data for Dogecoin with methods to get historical data or current data across different currencies.

RPC Methods

doge_bb_getBlockHash
Returns the hash of the block at the given height.
Curl
  • Curl
00
01
02
03
04
curl https://YOUR_QUICKNODE_ENDPOINT_HERE.com \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"method":"doge_bb_getBlockHash","params": ["2848849"],"id":1,"jsonrpc":"2.0"}'
doge_bb_getTx
doge_bb_getBalanceHistory
doge_bb_getTxSpecific
doge_bb_getTickersList
doge_bb_getXPUB
doge_bb_getBlock
doge_bb_getAddress
doge_bb_getTickers
doge_bb_getUTXOs

Supported Chains

Bitcoin
Doge

Published on Apr 23, 2025

Support Website Support Email

Plans & features

Starter - $100/month
  • Starter - $100/month
  • Basic - $180/month
  • Pro - $999/month
  • Business - $3,500/month
Enterprise Sales
10 RPS
Up to 10 requests per second.
500,000 Requests Per Month
Up to 500,000 requests per month.
Get transactions and balances for any address
Including balances, transactions are sorted by block height, newest blocks first.
Get currency rate for the specified date for many currencies
Get currency rate for the specified date for many currencies
Get UTXOs for any address
Usefull for transaction preparations
Get transactions details
Returns transaction details
Get balance history for any address
Useful for plotting price charts or to look at historical data.