Mint NFT(s) from an NFT Template and send an email to recipient. Recipient can redeem the NFT on the Momint Marketplace at app.momint.so.

REQUEST


curl -X 'POST' \\
  '<https://api.momint.so/templates/nt_61f26fe173d309c61f66d856/mint>' \\
  -H 'accept: application/json' \\
  -H 'api-key: api_key' \\
  -H 'Content-Type: application/json' \\
  -d '{
	"send": true,
  "tasks": [
    {
			"email": "[email protected]"
      "editions": 2
    }
  ]
}'

RESPONSE


{
  "id": "61f2746673d309c61f66d857",
  "editions": 2,
  "emails": 0,
  "mintingCost": 2.6
}