sendTransaction
Initiate ETH transfers from the MCP Ethers Wallet server to a specified recipient address, including optional transaction data and provider network settings.
Instructions
Send ETH from the server's wallet to a recipient
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | No | Optional. Data to include in the transaction | |
provider | No | Optional. Either a network name or custom RPC URL. Use getSupportedNetworks to get a list of supported networks. | |
to | Yes | The recipient address | |
value | Yes | The amount of ETH to send |