Skip to main content

nftERC1155LockCollection

POST 

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

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

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