Wallet Tokens

/api/Wallet/wallet-tokens

​A GET request to get wallet tokens 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

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

Wallet Token SDK

Liaas SDK package installation

/** 
 * Retreive address balance
**/

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

Last updated

Was this helpful?