🚀Token and Collection Balance

/api/Address/Litecoin/Address/Tokens

Get Fungible Token and Collection Balance

GET /api/Address/Address-token-Balance

Returns all Token and Collection belonging to an address

Query Parameters

NameTypeDescription

Address*

String

Address nfts

Headers

NameTypeDescription

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

Base URL: https://kakromnilayer.io

Token and Collection Balance with Javascript SDK

Liaas SDK package installation

/** 
 * collection and Token Address balance on Litecoin Blockchain
 **/
 
 
 //pass your API key, wallet name, and address
const response = await liaasSdk.addressTokenBalance(apiAccessKey, wallet, address);

Last updated