Address Balance (Using Wallet)

Current Litecoin (LTC) balance in the address

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

Address balance (API reference)

POST /api/Litecoin/AddressBalance

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

Query Parameters

Name
Type
Description

address*

String

Address to view balance

Headers

Name
Type
Description

Content-Type

application/json

Authorization*

Bearer <your api key>

attach your API key here

wallet*

String

The wallet name you created

Usev2*

String

Value should be true or yes

Address Balance (Using Wallet) SDK

Liaas SDK package installation

/** 
 * Retrieve Wallet Address balance
**/

//pass your API key or Node URL, wallet name and the address
const response = await liaasSdk.getLtcAddressBalance(nodeUrl_or_apiAccessKey, wallet, address);

Last updated

Was this helpful?