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

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