Blocks Information

Litecoin Blockchain Blocks Information.

Block Information in details

GET /api/Blocks/Main/blockchain-info

Get a request to fetch block information on the Litecoin blockchain

Headers

NameTypeDescription

Content-Type

application/json

Authorization*

Bearer <your api key>

Attach your API key here

Usev2

String

Value should be true or yes

Blocks Information with Javascript SDK

Liaas SDK package installation

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

Last updated