Skip to content

Create a NFT collection

POST
/v2/asset/erc721/collection

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
collectionId
required

The collectionId of the ERC721 collection

string
name
required

The name of the ERC721 collection

string
description
required

The description of the ERC721 collection

string
contractDeploymentId
required

The contractDeploymentId of the ERC721 collection

string
logoId

The logoId of the ERC721 collection

string
chainId

The chainId of the ERC721 collection

number
tokenStandard
required

The tokenStandard of the ERC721 collection

string