Litecoin — live now

Authenticated API access to Litecoin

Read blocks, transactions, mempool data, address balances/history, and fee estimates, and broadcast signed transactions — with a free tier to try it, and paid tiers when you need more.

Endpoints

GET/v1/ltc/tx/:txidTransaction lookup
GET/v1/ltc/block/:hashOrHeightBlock lookup
GET/v1/ltc/mempoolMempool info
GET/v1/ltc/fee-estimateFee rate estimate
GET/v1/ltc/address/:address/balanceAddress balance
GET/v1/ltc/address/:address/utxosAddress UTXOs
GET/v1/ltc/address/:address/txsAddress transaction history
POST/v1/ltc/tx/broadcastBroadcast a signed transaction

Every request needs an x-api-key header — sign up to get one. Address endpoints cover transparent Litecoin addresses; MWEB addresses are confidential by design and can't be indexed.