wallet_send_transaction
Facilitates sending transactions on Ethereum and EVM-compatible blockchains. Specify wallet details and transaction parameters to execute transfers or smart contract interactions.
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. |