NFT owners response

Owners

interface Owners {
    total?: number;
    next?: string;
    list?: { address?: string; amount?: string }[];
}

Properties

Properties

total?: number

Total number of owners

next?: string

Pagination cursor

list?: { address?: string; amount?: string }[]

List of owners and their balances

Type declaration

  • Optionaladdress?: string

    Owner address

  • Optionalamount?: string

    Token balance