Collections
Last updated
Last updated
The collection is the lowest level or organization for assets. Collections belong to a slot and contain assets. Collections are also have a creator which is a user.
collectionId: a UUID for the collection
collectionName: a name for the collection
collectionImage: a url to a 500x500 image for the collection
slotId: the slot to which the collection belongs
handle: the user which is the creator of the collection
royaltyHandle: a user that receives the creator royalties (can be different than the handle)
maximum: the maximum number of assets that can be minted as a part of this collection
type: "identical" or "unique". Assets in an identical collection all contain the same expression values. Assets in a unique collection can contain different expression values from one another. See Expressions for more details
properties: editable key-value pairs which can be used to add data to a collection. Collection properties are editable by the app which owns the slot to which the collection belongs.
tags: an array of up to five strings used to describe a collection and improve searchability
createdAt: date-time when the collection was created
updatedAt: date-time when the collection was last updated
exampleExpressionValues: expression values from asset #0 from the collection. See Expressions for more details.