Create Collection
Create an NFT Collection on AssetHub for various purposes like rewards, loyalty programs, and badges. Collections are created asynchronously and include a status to track their progress. ### Status Descriptions: - Pending: The Collection record was created in the MuFi database and is pending to be submitted to the blockchain. - Processing: The Collection is being created on the blockchain. - Created: The Collection was successfully created on the blockchain and is awaiting metadata to be set. - CreatedWithMetadata: The Collection was created on the blockchain and the metadata was successfully set. The metadata is a separate blockchain transaction. - Failed: The Collection creation failed on the blockchain.
Authorizations
The API Key you were given in the developer portal. API keys are associated with your organization's project application and can have read or write permissions and an optional expiration date.
Body
Detailed metadata and configuration settings for creating an NFT Collection. This includes essential information such as the collection name, chain type, and additional metadata required for blockchain processing. You are responsible for hosting the metadata and any assets associated with the collection in a publicly accessible location.
The body is of type object
.
Response
A collection request was successfully created and will be created asynchronously (usually less than a minute).
The response is of type object
.