Skip to main content

nftERC1155MintCollection

POST 

/api/v1/recipes/nfts/erc-1155/mint-collection/

Mint ERC1155 NFT Collection from a deployed contract

Request

Body

required
    contractId stringrequired

    The contractId of the ERC1155 contract.

    tokenId stringrequired

    The tokenId of the ERC1155 Collection at the contract.

    to stringrequired

    The address where the minted ERC1155 will be sent.

    amount stringrequired

    The amount of ERC1155 to mint.

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...