Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Send Transaction

Send ETH to another address with automatic gas handling.

Request
{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "tools/call",
  "params": {
    "name": "mcpwallet_send_transaction",
    "arguments": {
      "to": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
      "amount": "0.1"
    }
  }
}