v3-Blockchain-Litecoin

Number of APIs: 13

  1. Get Litecoin UTXO of Transaction GET {{baseUrl}}/v3/litecoin/utxo/:hash/:index

  2. Generate Litecoin private key POST {{baseUrl}}/v3/litecoin/wallet/priv

  3. Get Litecoin Balance of the address GET {{baseUrl}}/v3/litecoin/address/balance/:address

  4. Get Mempool Transactions GET {{baseUrl}}/v3/litecoin/mempool

  5. Get Litecoin Transactions by address GET {{baseUrl}}/v3/litecoin/transaction/address/:address?pageSize=10&offset=0

  6. Generate Litecoin wallet GET {{baseUrl}}/v3/litecoin/wallet

  7. Get Litecoin Block by hash or height GET {{baseUrl}}/v3/litecoin/block/:hash

  8. Send Litecoin to blockchain addresses POST {{baseUrl}}/v3/litecoin/transaction

  9. Broadcast signed Litecoin transaction POST {{baseUrl}}/v3/litecoin/broadcast

  10. Get Litecoin Transaction by hash GET {{baseUrl}}/v3/litecoin/transaction/:hash