Blocks Stat
Litecoin Blockchain Blocks Information.
Block statistics (API reference)
GET /api/Blocks/get-block-stat
Get a request to fetch block stat on the Litecoin blockchain
Query Parameters
Name
Type
Description
BlockHeight*
Integer
The number or height of a particular block
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 Stat with Javascript SDK
Liaas SDK package installation
/**
* Blocks Stat on Litecoin Blockchain
**/
//pass your API key or Node URL
const response = await liaasSdk. getBlockStat(nodeUrl_or_apiAccessKey, blockheight)Last updated
Was this helpful?