πToken and Collection Balance
/api/Address/Litecoin/Address/Tokens
Get Fungible Token and Collection Balance (API Reference)
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Token and Collection Balance with Javascript SDK
/**
* collection and Token Address balance on Litecoin Blockchain
**/
//pass your API key or Node URL, wallet name, and address
const response = await liaasSdk.addressTokenBalance(nodeUrl_or_apiAccessKey, wallet, address);Last updated
Was this helpful?