🚀NFT Balance

NFT/SDA balance

Get Non-fungible Token details (API Reference)

GET api/Address/NFTs

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

SDA / NFT Balance with Javascript SDK

Liaas SDK package installation

/** 
 * SDA or NFT Address balance on Litecoin Blockchain
**/
 
 
//pass your API key or Node URL
const response = await liaasSdk.addressNfts(nodeUrl_or_apiAccessKey, address);

Last updated

Was this helpful?