Mint a NFT (ERC721 token)
POST /v2/asset/erc721/mint
POST
/v2/asset/erc721/mint
Mint a new NFT to a recipient address with specified metadata.
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
recipient
required
The recipient address of the ERC721 token
string
contractDeploymentId
required
The FSCO contractDeploymentId
string
metadata
required
The metadata of the ERC721 token
object
collectionId
required
The collectionId of the ERC721 token
string
Responses
Section titled “ Responses ”Details of the minted NFT
object
queryId
required
The queryId of the minted ERC721 token
string