Skip to main content

nftERC721Mint

POST 

/api/v1/recipes/nfts/erc-721/mint/

Mint ERC721 from a deployed contract

Request

Body

required
    contractId stringrequired

    The contractId of the ERC721 contract.

    to stringrequired

    The address where the minted ERC721 will be sent.

    media stringrequired

    The bytes media to assign to the ERC721 created.

    name stringrequired

    The name of the ERC721 token.

    description stringrequired

    The description of the ERC721 token.

    extraMetadata objectrequired

    Default value: [object Object]

    Extra metadata to be stored in the ERC721 token.

Responses

Default Response

Schema
    error booleanrequired

    Possible values: [false]

    statusCode numberrequired

    Possible values: [201]

    data objectrequired
    id stringrequired
    hash stringrequired
    from stringrequired
    to stringrequired
    value stringrequired
    blockchainId integerrequired
    vaultId stringrequired
    contractId stringrequired
    status stringrequired

    Possible values: [TO_BE_SENT, FAILED_TO_SEND, SENT, CONFIRMED, FAILED]

Loading...