Item Types
Last updated
Last updated
Creating an item type means a collection will be deployed on-chain, from which items (NFTs) are minted when using the POST /items
endpoint. An item type requires valid default metadata in order to be deployed.
The item type to be created
The name of the collection on-chain. This is a unique identifier which helps ensure you're looking at the right asset on the block explorer. It's not displayed in the Mythical Marketplace. This is immutable.
The maximum quantity of the item which can be granted.
Describes how the tokenId is chosen when new items are minted.
Success
Unique identifier of the item type
Describes the state of the item type
The name of the collection on-chain. This is a unique identifier which helps ensure you're looking at the right asset on the block explorer. It's not displayed in the Mythical Marketplace. This is immutable.
The maximum quantity of the item which can be granted.
The quantity of items which have been granted.
The quantity of items which have been granted, minus the quantity of items that have been burned.
Describes how the tokenId is chosen when new items are minted.
Retrieve a single item type by id.
Success
Unique identifier of the item type
Describes the state of the item type
The name of the collection on-chain. This is a unique identifier which helps ensure you're looking at the right asset on the block explorer. It's not displayed in the Mythical Marketplace. This is immutable.
The maximum quantity of the item which can be granted.
The quantity of items which have been granted.
The quantity of items which have been granted, minus the quantity of items that have been burned.
Describes how the tokenId is chosen when new items are minted.
Update the mutable attributes of an item type.
Updates to be made to the item type
Success
Unique identifier of the item type
Describes the state of the item type
The name of the collection on-chain. This is a unique identifier which helps ensure you're looking at the right asset on the block explorer. It's not displayed in the Mythical Marketplace. This is immutable.
The maximum quantity of the item which can be granted.
The quantity of items which have been granted.
The quantity of items which have been granted, minus the quantity of items that have been burned.
Describes how the tokenId is chosen when new items are minted.
Retrieve a list of item types. Supports filtering, sorting, and pagination.
Defines the structure of a search request. Allows for filtering, sorting, and pagination of results when querying a list of items. The filter
property specifies the criteria used to filter the data, sort
defines the order in which the results should be returned, and pagination
controls the number of results returned and the starting point within the dataset.
Success
Unique identifier of the item type
Describes the state of the item type
The name of the collection on-chain. This is a unique identifier which helps ensure you're looking at the right asset on the block explorer. It's not displayed in the Mythical Marketplace. This is immutable.
The maximum quantity of the item which can be granted.
The quantity of items which have been granted.
The quantity of items which have been granted, minus the quantity of items that have been burned.
Describes how the tokenId is chosen when new items are minted.