Mint ERC721 Tokens (NFT)
POST /asset/erc721/mint
POST
/asset/erc721/mint
Mint a new ERC721 token (NFT) for a given recipient.
Note: This endpoint is in beta and may be subject to changes.
Authorizations
Request Body required
object
recipient
The address receiving the ERC721 token (NFT).
string
contractDeploymentId
The deployment ID of the ERC721 contract.
string
metadata
The metadata associated with the ERC721 token.
object
collectionId
The ID of the token collection.
string
Responses
200
ERC721 token minted successfully.
object
queryId
string
uuid
400
Bad request, missing or invalid parameters.
object
code
HTTP status code.
integer
status
Status message, e.g., “INTERNAL_SERVER_ERROR”.
string