Blocks Stat

Litecoin Blockchain Blocks Information.

Block statistics in details

GET /api/Blocks/get-block-stat

Get a request to fetch block stat on the Litecoin blockchain

Query Parameters

NameTypeDescription

BlockHeight*

Integer

The number or height of a particular block

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 Stat with Javascript SDK

Liaas SDK package installation

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

Last updated