v3-Blockchain-Litecoin
Number of APIs: 13
- 
Get Litecoin UTXO of Transaction GET {{baseUrl}}/v3/litecoin/utxo/:hash/:index 
- 
Generate Litecoin private key POST {{baseUrl}}/v3/litecoin/wallet/priv 
- 
Get Litecoin Balance of the address GET {{baseUrl}}/v3/litecoin/address/balance/:address 
- 
Get Mempool Transactions GET {{baseUrl}}/v3/litecoin/mempool 
- 
Get Litecoin Transactions by address GET {{baseUrl}}/v3/litecoin/transaction/address/:address?pageSize=10&offset=0 
- 
Generate Litecoin wallet GET {{baseUrl}}/v3/litecoin/wallet 
- 
Get Litecoin Block by hash or height GET {{baseUrl}}/v3/litecoin/block/:hash 
- 
Send Litecoin to blockchain addresses POST {{baseUrl}}/v3/litecoin/transaction 
- 
Broadcast signed Litecoin transaction POST {{baseUrl}}/v3/litecoin/broadcast 
- 
Get Litecoin Transaction by hash GET {{baseUrl}}/v3/litecoin/transaction/:hash