These docs are for v1.0. Click to read the latest docs for v3.0.

Create Token-type

This endpoint is used to create a token-type. A token-type serves as a template from which you can mint multiple fungible or non-fungible tokens. The type of token minted will be determined when creating a token-type, where you set the fungible param to true/false. The tokens minted under this token-type will have the same properties as defined in the token-type.

Path Params
integer
required

This is the id of the contract.

Query Params
string

Define this param as batch to create multiple token-types. Note, that if this is set to batch, the request body has to be an array.

Body Params
boolean

Determines if the NFTs from this template will be minted as fungible/non fungible. If missing it defaults to false.

boolean

Determines if the NFTs from this template will be burnable. If missing it defaults to false.

string
required

Name of the NFTs that will be created from this template

string

Description of the NFTs that will be created from this template

string

Image of the NFTs that will be created from this template

string

External URL of the NFTs that will be created from this template

string

Background color of the NFTs that will be created from this template

animationUrls
array of objects
animationUrls
integer

Max Supply for NFTs created by this template

string
deprecated
string
deprecated
attributes
array of objects
attributes
destinations
array of objects
destinations
storage
object
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json