Assets/NFTs
Last updated
Last updated
Assets/NFTs belong to a collection. When they are minted, they are assigned a serial number which corresponds to the minting order. Assets always belong to a specific user. In order for an app to perform actions with specific assets through the API, they need permission from the user which owns that asset.
nftId: a UUID for the Asset/NFT
serial: the serial number for the Asset/NFT based on the minting order
location: the blockchain location of the Asset/NFT
collectionId: the collection to which the Asset/NFT belongs
owner: the user who owns the Asset/NFT. The Asset/NFT is in the owner's wallet
createdAt: date-time at which the Asset/NFT was created
updatedAt: date-time at which the Asset/NFT was last updated
properties: editable key-value pairs used to store data about an individual Asset/NFT organized by app. Each app which access to an Asset/NFT can create and edit its own properties.
expressionValues: the expression values for an Asset/NFT (see Expressions for details)