Blocks Header Information

Litecoin Blockchain Blocks Information.

Block Header Information in details

GET /api/Blocks/get-block-header

Get a request to fetch block header information on the Litecoin blockchain

Query Parameters

NameTypeDescription

BlockHash*

String

Block hash

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 header Information with Javascript SDK

Liaas SDK package installation

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

Last updated