⏺️Address Balance
Get the LTC balance of a particular address with no wallet specified
Address transactions without specifying the wallet
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Get Address Balance with Javascript SDK
/**
* Get the Address Balance on Litecoin Blockchain
**/
//all the parameters specified here are the same as all the parameters in the API implementation
//pass your API key or Node URL and address
const response = await liaasSdk.ltcAddressBalance(nodeUrl_or_apiAccessKey, address);Last updated
Was this helpful?