send-transaction
Initiate blockchain transactions by specifying recipient, value, gas fees, and chain ID. Use this tool to securely interact with networks, with private keys managed in MetaMask.
Instructions
Send transactions to networks.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainId | No | Chain ID to validate against before sending transaction. | |
data | No | A contract hashed method call with encoded args. | |
maxFeePerGas | No | Total fee per gas in wei, inclusive of maxPriorityFeePerGas. | |
maxPriorityFeePerGas | No | Max priority fee per gas in wei. | |
to | Yes | The transaction recipient or contract address. | |
value | No | Value in wei sent with this transaction. |