wallet_send_transaction
Initiate and send transactions on Ethereum and EVM-compatible blockchains using wallet credentials or environment variables. Input transaction details like recipient, gas limits, and values for secure execution.
Instructions
Send a transaction
Input Schema
Name | Required | Description | Default |
---|---|---|---|
transaction | Yes | The transaction to send | |
wallet | No | The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set. |