Litecoin Blockchain Blocks Information.
/api/Blocks/Main/block-header
Get a request to fetch block header information on the Litecoin blockchai
Parameter | Description |
---|---|
block_hash | Block hash |
Content-Type | application/json |
Authorization | Bearer <your api key> |
200: OK | Block Information retrieved |
Liaas SDK package installation
/** * Blocks Header Information on Litecoin Blockchain **/ //pass your API key, wallet name, and the encrypted key const response = await liaasSdk.blockHeader(apiAccessKey, blockhash);
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article