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
signingWalletId
required
The signingWalletId of the minter
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
id
required
The id of the ERC721 token
string
contractDeploymentId
required
The contractDeploymentId of the ERC721 token
string
collectionId
required
The collectionId of the ERC721 token
string
status
required
The status of the ERC721 token
string
minted
createdAt
required
The createdAt of the ERC721 token
string
tokenId
required
The tokenId of the ERC721 token
string
templateId
required
The templateId of the ERC721 token
string
ownerAddress
required
The ownerAddress of the ERC721 token
string
metadata
required
The metadata of the ERC721 token