Blocks Information

Created by Admin KL, Modified on Wed, 21 Feb at 1:37 PM by Admin KL

Litecoin Blockchain Blocks Information.


/api/Blocks/Main/blockchain-info
Block Information in details
Get a request to fetch block information on the Litecoin blockchai



SectionParameterTypeDescription
HeaderContent-TypeStringThe MIME type of the body of the request (application/json).
AuthorizationStringAuthentication credentials for HTTP authentication (Bearer <your api key>).
BodysignedTxHashStringTransaction hash response gotten from the sign-raw-transaction endpoint.
EncryptedkeyStringEncrypted key.
WalletnameStringName of the wallet.
Responses: Block Information retrieved


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);

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article