UserBalance

UserBalance tracks how many NFTs from a particular collection an address holds. Instead of holding individual NFT objects, a user can have a single UserBalance object representing the count of NFTs from that collection. Key fields:

  • collection_id: Identifies the collection.

  • balance: The number of NFTs the user holds from that collection.

Last updated