Transfer ETH/SOL from a Wallet
wallets:transactions.create
.calls
: An array of objects with the following properties:
to
: The recipient’s Ethereum address.value
: The amount of ETH to send, in wei.data
: Unnecessary for just sending ETH. Set it to "0x"
.chain
: The chain where the transaction will be sent.signer
: One of the wallet’s signers. In most cases, this will be the admin signer.