Litecoin Wallet
Litecoin Blockchain enables access to the most commonly used Litecoin methods. These methods bring a small level of abstraction and are used for applications that communicate with the blockchain directly. Mainnet - a regular live chain Testnet - a chain used for testing purposes. Coins on the test chain have no value and can be obtained from a faucet, e.g. http://testnet.litecointools.com/ It…
Litecoin Wallet endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get the balance of a Litecoin address /address/balance/{address} |
The API returns the balance only if the address has up to 50,000 UTXOs (Unspent Transaction Outputs). For an address with more than 50,000 UTXOs, the API returns an error with… |
| GET |
Generate Litecoin deposit address from Extended public key /{xpub}/{index} |
Generate Litecoin deposit address from Extended public key. Deposit address is generated for the specific index - each extended public key can generate up to 2^31 addresses… |
| GET |
Get information about a transaction output (UTXO) in a Litecoin transaction /utxo/{hash}/{index} |
Get information about a transaction output in a transaction and check whether this output is a UTXO or has been spent. "UTXO" stands for "Unspent Transaction Output". A UTXO is… |
| GET |
Get Litecoin Transactions by address /transaction/address/{address} |
Get Litecoin Transaction by address. |
| GET |
Get Mempool Transactions /mempool |
Get Litecoin Transaction ids in the mempool. |
| GET |
Get Litecoin Transaction by hash /transaction/{hash} |
Get Litecoin Transaction detail by transaction hash. |
| GET |
Get Litecoin Block by hash or height /block/{hash} |
Get Litecoin Block detail by block hash or height. |
| POST |
Generate Litecoin private key /wallet/priv |
Generate private key for address from mnemonic for given derivation path index. Private key is generated for the specific index - each mnemonic can generate up to 2^32 private… |
| POST |
Send LTC to Litecoin addresses From UTXO /transaction |
Send LTC to blockchain addresses. Litecoin transactions are based on UTXOs. "UTXO" stands for "Unspent Transaction Output". A UTXO is the amount of LTC that remains at a Litecoin… |
| POST |
Send LTC to Litecoin addresses from Address /transaction |
Send LTC to blockchain addresses. Litecoin transactions are based on UTXOs. "UTXO" stands for "Unspent Transaction Output". A UTXO is the amount of LTC that remains at a Litecoin… |
| GET |
Get Litecoin Block hash /block/hash/{i} |
Get Litecoin Block hash. Returns hash of the block to get the block detail. |
| GET |
Get Litecoin Blockchain Information /info |
Get Litecoin Blockchain Information. Obtain basic info like testnet / mainnet version of the chain, current block number and it's hash. |
| GET |
Generate Litecoin wallet /wallet |
Litecoin wallet API supports BIP44 HD wallets. It is very convenient and secure, since it can generate 2^31 addresses from 1 mnemonic phrase. Mnemonic phrase consists of 24… |
Litecoin Wallet pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $1.99 / month | 5 / second |
|
| ULTRA Recommended | $4.99 / month | — |
|