Skip to main content

NFTContractHolderFilter

Filter criteria for NFT collection holder queries.

Schema Definition

input NFTContractHolderFilter {
address: AddressString
nftCount: IntRange
totalBalance: BigIntRange
}

Fields

FieldTypeDescription
addressFilter by exact holder address match.
nftCount
IntRange input
Filter by number of distinct NFTs held.
totalBalanceFilter by total quantity held across all NFTs.