Block Transactions

Litecoin Blockchain Blocks Information.

Block transactions in details

GET /api/Blocks/get-block-txs

Get a request to fetch block transactions on the Litecoin blockchain

Query Parameters

NameTypeDescription

BlockHash*

String

Block hash of a particular Block

Headers

NameTypeDescription

Content-Type

application/json

Authorization*

Bearer <your api key>

Attach your API key here

Usev2*

String

Value should be true or yes

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);

Last updated