Skip to main content

walletERC721Transfer

POST 

/api/v1/recipes/wallets/transfer-erc721/

Transfer ERC721 between two wallets

Request

Body

required
    contractId stringrequired

    The wallet contractId

    tokenAddress stringrequired

    The address of the ERC721 contract.

    tokenId stringrequired

    The tokenId of the ERC721 at the contract.

    to stringrequired

    The address of the receiver.

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