Wallet Balance

Retrieve Wallet balance in LTC

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

GET /api/Wallet/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.

Headers

Base URL

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

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);

Last updated