Blocks Information

Litecoin Blockchain Blocks Information.

Block Information (API reference)

GET /api/Blocks/Main/blockchain-info

Get a request to fetch block information on the Litecoin blockchain

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

Blocks Information with Javascript SDK

Liaas SDK package installation

/** 
 * Blocks Information on Litecoin Blockchain
**/

//pass your API key or Node URL
const response = await liaasSdk.blockchainInfo(nodeUrl_or_apiAccessKey);

Last updated