EVM Blockbook icon

EVM Blockbook

by Quicknode
🔑
Quicknode Exclusive
1Supported chain 11RPC Methods 11REST Paths 4Plans
Starting at $100.00
Back to Marketplace
EVM Blockbook image 0 EVM Blockbook image 1
error icon

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

Get access to balances, transactions, and address balance history for addresses via JSON-RPC and REST. Also allows fetching currency rate for the specified currency and date.

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 Ethereum, including historical and current data across addresses, transactions, and currencies. This add-on uses 10 credits per method call.

RPC Methods

bb_getBlockHash
bb_getBlockHash(blockHeight) Returns the hash of the block at the given height.
Curl
  • Curl
  • Axios
  • Python
  • Web3
  • Eth
  • Ethers.js
00
01
02
03
04
curl https://YOUR_QUICKNODE_ENDPOINT_HERE.com \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"method":"bb_getBlockHash","params":[19441691],"id":1,"jsonrpc":"2.0"}'
bb_getTxSpecific
bb_getBalanceHistory
bb_getAddress
bb_getTickersList
bb_getTickers
bb_sendTransaction
bb_getEstimateFee
bb_getMultiTickers

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
  • Web3
  • Eth
  • Ethers.js
00
01
curl https://YOUR_QUICKNODE_ENDPOINT_HERE.com/addon/674/api/v2/address/0x91b51c173a4bDAa1A60e234fC3f705A16D228740?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/multi-tickers/
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}

Supported Chains

Ethereum logo
Ethereum

Published on Apr 30, 2024

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 balance history for any address
Useful for plotting price charts or to look at historical data.
Get token balances for any address
Returns ERC-20, ERC-721 and ERC-1155 token balances for an address.