Block Transactions

Litecoin Blockchain Blocks Information.

Block transactions (API reference)

GET /api/Blocks/get-block-txs

Get a request to fetch block transactions on the Litecoin blockchain

Query Parameters

Name
Type
Description

BlockHash*

String

Block hash of a particular Block

Headers

Name
Type
Description

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 or Node URL
const response = await liaasSdk.blockTransactions(nodeUrl_or_apiAccessKey, blockhash);

Last updated