Skip to main content

Mint NFT from collection

Request Body required

Mint NFT from collection

  • collectionId string required

    Unique collection identifier

  • name string

    Name of the NFT token. It defaults to the Collection Name

  • description string

    Text description of the NFT which will be seen on NFT marketplaces. It defaults to the Collection description

  • imageUrl string required

    URL that points to the image for this NFT

  • mintToAddress string required

    Account address where the NFT will be sent. For example, your Metamask wallet address if you wish to send it to yourself

  • attributes object[]

    Optional list of NFT attributes

  • traitType string required

    Trait name

  • value object required

    String or numeric value of the attribute

  • maxValue integer

    Maximum value for a numeric value

  • displayType string

    Possible values: [boost_number, boost_percentage, number, date]

    Display type of the attribute (None for string values)

Responses

Successful operation


Schema
  • id string

    Unique mint operation identifier. You can use this to retrieve the status of a given NFT

  • collectionId string

    Unique collection identifier

  • name string

    Name of the NFT token. It defaults to the Collection Name

  • description string

    Text description of the NFT which will be seen on NFT marketplaces. It defaults to the Collection description

  • imageUrl string

    URL that points to the image for this NFT

  • mintToAddress string

    Account address where the NFT will be sent. For example, your Metamask wallet address if you wish to send it to yourself

  • attributes object[]

    Optional list of NFT attributes

  • traitType string

    Trait name

  • value object

    String or numeric value of the attribute

  • maxValue integer

    Maximum value for a numeric value

  • displayType string

    Possible values: [boost_number, boost_percentage, number, date]

    Display type of the attribute (None for string values)

  • createdOn date-time

    The date and time when the object was created.

Loading...