transfer_erc20
Send ERC20 tokens from a source wallet to a recipient. Requires wallet ID, token address, recipient, and amount in wei.
Instructions
Transfer ERC20 tokens from a wallet to another address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Address of the receiver | |
| amount | Yes | Amount to transfer in wei format | |
| walletId | Yes | ID of the wallet that has the tokens (origin wallet) | |
| tokenAddress | Yes | Address of the ERC20 token contract |