Item Types
Last updated
Last updated
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.
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.
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, and pagination of results when querying a list of item types.
An array of items type ids to search for.
An array of collection names to find the matching item types for
The current blockchain state of the item type(s) that you are searching for
The mint mode (serial, random, etc) of the item type(s) that you are searching for
The maximum number of items you would like returned in this search
"10"
How many records should be skipped in the result set before returning results?
"10"
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.