Skip to main content
POST
Deploy an ERC721 collection contract

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

networkId
number
required

Network identifier where the NFT collection contract will be deployed.

Example:

10004

Body

application/json

Data needed for the deployment

name
string
required

Name of the collection.

Example:

"MyToken"

symbol
string
required

Symbol of the collection. Can be used later as an identifier with the networkId.

Example:

"MTK"

Response

Successful token deployment.

statusCode
number

Request status code.

Example:

201

message
string

Message returned by the request.

Example:

"Healthcheck"

data
object

Data returned by the request.