Skip to content

Create a NFT collection

POST
/v2/asset/erc721/collection/create

Create a new NFT collection with metadata structure.

X-API-Key
string

API Key

X-API-Secret
string

API Secret

object
name
required

The name of the ERC721 collection

string
description
required

The description of the ERC721 collection

string
contractDeploymentId
required

The FSCO contractDeploymentId

string
metaStructure
required

The metaStructure of the ERC721 collection

object

Created collection details

object
queryId
required

The collectionId of the ERC721 collection

string