Wallet official address

Created by Admin KL, Modified on Fri, 16 Feb at 11:18 PM by Admin KL

/api/LTC/Main/Address-balance

A GET request to generate the wallet's official address on the Litecoin Blockchain  

Responses
Parameters
OperationAddress Balance
Endpointapi/Wallet/Litecoin/Wallet-official-address
MethodGET
DescriptionA GET request to get an address balance on the Litecoin Blockchain.
HeaderContent-Type: application/json
HeaderAuthorization: Bearer <your api key>
QueryWalletname: String (The wallet name you created)
200: OKWallet official address generated

Base URL

Kakr LiaaS users looking to utilize the Litecoin Blockchain Services API can do so from our dedicated API endpoint base URL:


https://kakromnilayer.io/
kakromnilayer.io


/** 
 * generate the wallet's official address
 **/
 
 //pass your API key, the wallet name and the address
const response = await liaasSdk.getOfficialAddress(
apiAccessKey,
walletName);


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