Litecoin Blockbook JSON-RPC icon
Beta

Litecoin Blockbook JSON-RPC

by Visible Magic Inc
2Supported chains 10RPC Methods 4Plans
Starting at $100.00
Back to Marketplace
Litecoin Blockbook JSON-RPC image 0 Litecoin 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 Litecoin blockchain. This is the best way to get indexed data for Litecoin with methods to get historical data or current data across different currencies.

RPC Methods

ltc_bb_getTickers
Returns currency rate for the specified currency and date. If the currency is not available for that specific timestamp, the next closest rate will be returned. All responses contain an actual rate timestamp.
Curl
  • Curl
00
01
02
03
04
curl https://YOUR_QUICKNODE_ENDPOINT_HERE.com \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"method":"ltc_bb_getTickers","params": [{"timestamp":1574346615, "currency":"USD"}],"id":1,"jsonrpc":"2.0"}'
ltc_bb_getBlock
ltc_bb_getBlockHash
ltc_bb_getTxSpecific
ltc_bb_getTickersList
ltc_bb_getAddress
ltc_bb_getBalanceHistory
ltc_bb_getUTXOs
ltc_bb_getXPUB

Supported Chains

Bitcoin
Litecoin

Published on Apr 9, 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 UTXOs for any address
Usefull for transaction preparations
Get balance history for any address
Useful for plotting price charts or to look at historical data.
Get transactions details
Returns transaction details
Get currency rate for the specified date for many currencies
Get transactions and balances for any address
Including balances, transactions are sorted by block height, newest blocks first