/api/LTC/Main/Address-balance
A GET request to get an address balance on the Litecoin Blockchain
A POST request to retrieve the balance of a specific address on the Litecoin Blockchain. Ensure the correct API endpoint and required parameters are used.
Attribute | Description |
---|---|
Method | POST |
Endpoint | /api/LTC/Main/Address-balance |
Parameters | Query: address (String) - The Litecoin address for which the balance is requested. Header: Content-Type (application/json), Authorization (Bearer <your api key>) |
Body | N/A |
Response | 200: OK - Address Balance retrieved successfully. |
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
Liaas SDK package installation
,/** * Retrieve Wallet Tokens balance **/ //pass your API key, the wallet name and the address const response = await liaasSdk.WalletTokens(apiAccessKey, wallet);
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