July 11, 2026 · 4 min read
Litecoin RPC: Core JSON-RPC + Blockbook for Addresses and UTXOs
Litecoin isn't an EVM chain, so its API works differently: no eth_getBalance, no accounts, no gas. You get Litecoin Core JSON-RPC for blocks and broadcasting, plus a Blockbook REST API for address balances, UTXOs, and xpub history that Core can't provide. Here's how to use both.
Read →