Wallet Token

Created by Admin KL, Modified on Sat, 17 Feb at 12:18 AM by Admin KL

/api/LTC/Main/Address-balance

A GET request to get an address balance on the Litecoin Blockchain

A GET request to retrieve the balance of a specific address on the Litecoin Blockchain. This request requires the address as a query parameter and authentication via an API key.

PartDetails
Endpoint/api/Wallet/Litecoin/Wallet-token
MethodGET
Query Parametersaddress (String): The Litecoin address to retrieve the balance for.
HeadersContent-Type: application/json
Authorization: Bearer <your api key>
Response200: OK - Address balance successfully 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 address balance
 **/
 
 //pass your API key, the wallet name and the address
const response = await liaasSdk.getLtcAddressBalance(
apiAccessKey,
wallet,
address);

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