Skip to main content

walletTokenTransfer

POST 

/api/v1/recipes/wallets/transfer-erc20/

Transfer tokens between two wallets

Request

Body

required
    contractId stringrequired

    The wallet contractId that has the tokens

    tokenAddress stringrequired

    The address of token to send.

    to stringrequired

    The address of the receiver.

    amount stringrequired

    The amount of tokens to transfer in wei format.

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