Wallet Balance

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

/api/Wallet/Litecoin/Wallet-balance

Get Wallet Balance

To retrieve the wallet balance on the Litecoin Blockchain, send a GET request. Ensure that the wallet name is included in the header request.


GET Wallet Balance

A GET request to retrieve the wallet balance on the Litecoin Blockchain. Ensure that the wallet name is included in the header request.

PropertyValue
MethodGET
Endpoint/api/Wallet/Litecoin/Wallet-balance
Content-Typeapplication/json
AuthorizationBearer <your api key>
WalletnameString (The wallet name you created)
Response Code200: OK
Response ContentSuccess! Wallet balance retrieved


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


Get Wallet Balance SDK

Liaas SDK package installation

/** 
 * Retreive wallet balance
 **/
 
 //pass your API key and the wallet name
const response = await liaasSdk.walletAddresses(
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