Item Types
Identifier for the environment that this request should interact with
A unique identifier for the request. If the request is repeated with the same idempotency key, the response will be the same as the first request. Recommend using a UUID or ULID
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.
- serial: Each consecutive tokenId is incremented from the previous.
- random: Each consecutive tokenId is a random number between 1 and the maxSupply.
- selected: The tokenId is input by the studio when the item is minted.
Success
Success
Identifier for the environment that this request should interact with
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 maximum number of items you would like returned in this search
10How many records should be skipped in the result set before returning results?
10Success
Success
Identifier for the environment that this request should interact with
Success
Success
Identifier for the environment that this request should interact with
Success
Item type not found
Last updated