Skip to main content

NFTBalanceList

Paginated list of NFT balances.

Schema Definition

type NFTBalanceList implements PaginatedList {
entries: [NFTBalance!]!
totalCount: Int!
pageInfo: PageInfo!
}

Fields

FieldTypeDescription
entries
[NFTBalance!]! non-null object
List of NFT balances in this page.
totalCount
Int! non-null scalar
Total number of NFT balances matching the query across all pages.
pageInfo
PageInfo! non-null object
Pagination metadata for navigating through results.

Interfaces

InterfaceDescription
PaginatedList interface
Base interface for paginated list responses. All list types in the schema implement this interface to provide consistent pagination.

Member Of

Address interface ● Contract object ● EOA object ● IContract interface ● NFTContract object ● Token object