Create Token-type (NFT template)
Last updated
Last updated
This endpoint allows you to create an NFT template which you can use to mint NFTs from. A more technical representation of the template is the token type.
This means you just have to define the NFT template once with parameters like its name
, image
, and description
. Using this token-type you can mint multiple NFTs.
HTTP
secretType
The blockchain of the contract
String
✅
contractAddress
The contract address under which you want to create the token-type
String
✅
creations
An array of objects that can define one or multiple token-type details
Array of objects
✅
creations.name
The name of the token-type
String
✅
creations.description
The description of the token-type
String
❌
creations.image
The image URL for the token-type that will be displayed
String
❌
JSON
📘
Save the
result.creations.id
from the response body. This is the token-type Creation ID and it's used to track the status of the token-type creation request.The
status
attribute indicates the token-type creation status.
JSON