Skip to main content

mintEdition

This mutation mints an NFT edition for a specific drop ID. The mint returns immediately with a creation status of CREATING. You can set up a webhook to receive a notification when the mint is accepted by the blockchain.

Errors

If the mint cannot be saved to the database or fails to be emitted for submission to the desired blockchain, the mutation will result in an error.

mintEdition(
input: MintDropInput!
): MintEditionPayload!

Arguments

mintEdition.input ● MintDropInput! non-null input

Type

MintEditionPayload object

Represents payload data for the mint_edition mutation