Create a NFT collection
POST /v2/asset/erc721/collection/create
POST
/v2/asset/erc721/collection/create
Create a new NFT collection with metadata structure.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Request Body required
Section titled “Request Body required ”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
Responses
Section titled “ Responses ”Created collection details
object
queryId
required
The collectionId of the ERC721 collection
string