🚀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 (API reference)

Query Parameters

Headers

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