Skip to main content

walletERC1155Transfer

POST 

/api/v1/recipes/wallets/transfer-erc1155/

Transfer ERC1155 between two wallets

Request

Body

required
    contractId stringrequired

    The wallet contractId

    tokenAddress stringrequired

    The address of the ERC1155 contract.

    tokenId stringrequired

    The tokenId of the ERC1155 at the contract.

    to stringrequired

    The address of the receiver.

    amount stringrequired

    The amount of ERC1155 to transfer.

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