Litecoin Blockchain Blocks Information.
/api/Blocks/Main/blockchain-info Block Information in details Get a request to fetch block information on the Litecoin blockchai
Section | Parameter | Type | Description |
---|---|---|---|
Header | Content-Type | String | The MIME type of the body of the request (application/json). |
Authorization | String | Authentication credentials for HTTP authentication (Bearer <your api key>). | |
Body | signedTxHash | String | Transaction hash response gotten from the sign-raw-transaction endpoint. |
Encryptedkey | String | Encrypted key. | |
Walletname | String | Name of the wallet. | |
Responses: Block Information retrieved |
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
Feedback sent
We appreciate your effort and will try to fix the article