🚀NFT Balance

NFT/SDA balance

Get Non-fungible Token details

GET api/Address/NFTs

Returns all NFTs /SDAs 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

SDA / NFT Balance with Javascript SDK

Liaas SDK package installation

/** 
 * SDA or NFT Address balance on Litecoin Blockchain
 **/
 
 
 //pass your API key, wallet name, and the encrypted key
const response = await liaasSdk.addressNfts(apiAccessKey, address);

Last updated