Blocks Header Information

Litecoin Blockchain Blocks Information.

Block Header Information (API reference)

GET /api/Blocks/get-block-header

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

Query Parameters

Headers

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