Skip to main content

NFTHolder

An address holding a specific NFT (for multi-holder/ERC-1155 NFTs). Represents one holder's balance of a particular token ID.

Schema Definition

type NFTHolder {
address: Address!
balance: BigInt!
}

Fields

FieldTypeDescription
address
Address! non-null interface
The address holding this NFT (EOA or contract).
balance
BigInt! non-null scalar
Quantity of this specific NFT held by this address.

Member Of

NFTHolderList object