Block Transactions

Created by Admin KL, Modified on Wed, 21 Feb at 1:40 PM by Admin KL

Litecoin Blockchain Blocks Information.


/api/Blocks/Main/block-txns
Block transactions in details
Get a request to fetch block transactions  on the Litecoin blockchai


ParameterDescription
Queryblock_hash*
HeaderContent-Type
application/json
Authorization*
Bearer <your api key>
200: OK
Block transactions retrieved


Block Transactions with Javascript SDK

Liaas SDK package installation

/** 
 * Blocks Transactions on Litecoin Blockchain
 **/
 
 
 //pass your API key, wallet name, and the encrypted key
const response = await liaasSdk.blockTransactions(apiAccessKey, blockhash);

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article