sendTransaction
Send a transaction from a smart contract account (SCA) to any address using the Alchemy Wallet API. Requires owner SCA address, signer address, and recipient address; optional value and call data.
Instructions
Send a transaction from a smart contract account (SCA) via the Alchemy wallet API. Requires AGENT_WALLET_SERVER
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ownerScaAccountAddress | Yes | The owner SCA account address. | |
| signerAddress | Yes | The signer address to send the transaction from. | |
| toAddress | Yes | The address to send the transaction to. | |
| value | No | The value of the transaction in ETH. | |
| callData | No | The data of the transaction. |