eth_sendTransaction
Sign and broadcast a blockchain transaction using a specified wallet, with optional gas sponsorship for Ethereum and EVM-compatible chains.
Instructions
Sign and broadcast a transaction to the blockchain network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caip2 | Yes | Blockchain identifier in CAIP-2 format (e.g. eip155:1 for Ethereum mainnet, eip155:8453 for Base) | |
| sponsor | No | Enable gas sponsorship (requires Privy Dashboard config) | |
| walletId | Yes | ID of the wallet to use for the transaction. | |
| chain_type | No | Chain type | ethereum |
| transaction | Yes | Ethereum transaction object |