Prerequisites

Each item is minted to a specific collection. So first collection should be created via the Admin API . Copy the created collection ID and use it when calling Mint API method.

Request parameters

NameTypeDescription
request_idstring (128 chars max)Unique request identifier that will be used in a webhook request that Platform sends once minting is complete.
item_idstring (UUID)Unique item identifier. This identifier will be used in a callback request for items attributes.
collection_idstring (UUID)Unique collection identifier.
creators_fees[]Fee, optionalAdditional creators' fees.
destination_account_idstring, optionalDestination account identifier. By default the payer account is used as a destination account. (see Register account

Sequence diagram