Wallet Token

Created by Admin KL, Modified on Tue, 8 Oct at 12:19 PM by Admin KL

/api/Wallet/wallet-tokens

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

Wallet token balances (API reference)

GET /api/Wallet/wallet-tokens

A GET request to get all tokens belonging to a wallet on  the Litecoin Blockchain

Headers

NameTypeDescription

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

200: OK Wallet tokens retrieved

Wallet Token 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