MCP Ethers Wallet
sendTransactionWithOptions
Send a transaction with advanced options including gas limit, gas price, and nonce
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainId | No | Optional. The chain ID to use for the transaction. If provided, will verify it matches the provider's network. | |
data | No | Optional. Data to include in the transaction | |
gasLimit | No | Optional. The gas limit for the transaction | |
gasPrice | No | Optional. The gas price in gwei | |
nonce | No | Optional. The nonce to use for 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 |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- checkWalletExists
- contractCall
- contractCallView
- contractCallWithEstimate
- contractCallWithOverrides
- contractEvents
- contractSendTransaction
- contractSendTransactionWithEstimate
- contractSendTransactionWithOverrides
- formatEther
- formatUnits
- getBlockDetails
- getBlockNumber
- getContractCode
- getERC20Balance
- getFeeData
- getGasPrice
- getSupportedNetworks
- getTransactionDetails
- getTransactionsByBlock
- getWalletBalance
- getWalletTransactionCount
- lookupAddress
- parseEther
- parseUnits
- queryLogs
- resolveName
- sendRawTransaction
- sendTransaction
- sendTransactionWithOptions
- signMessage