🚀Token and Collection Balance

/api/Address/Litecoin/Address/Tokens

Get Fungible Token and Collection Balance (API Reference)

GET /api/Address/Address-token-Balance

Returns all Token and Collection belonging to an address

Query Parameters

Name
Type
Description

Address*

String

Address nfts

Headers

Name
Type
Description

Content-Type

application/json

application in JSON format

Authorization*

Bearer <your Key>

attach your API key here

Usev2*

String

Value should be true or yes

Token and Collection Balance with Javascript SDK

Liaas SDK package installation

/** 
 * 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?