NFT balances response

Balances

interface Balances {
    total?: number;
    list?: NFTBalance[];
}

Properties

Properties

total?: number

Total number of NFT balances

list?: NFTBalance[]

List of NFT balances