Litecoin Blockbook icon

Litecoin Blockbook

by Quicknode
1Supported chain 15RPC Methods 15REST Paths 4Plans
Starting at $75.00
Back to Marketplace
Litecoin 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 Litecoin, including historical and current data across addresses, transactions, and balances. This add-on uses 10 credits per method call.

RPC Methods

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

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/1143/api/v2/address/ltc1q8c6fshw2dlwun7ekn9qwf37cu2rn755upcp6el?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

Litecoin

Published on Mar 26, 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.