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
WestendAssetHub
, AssetHub
Response
WestendAssetHub
, AssetHub
Pending
, Processing
, Created
, CreatedWithMetadata
, Failed