batch_send_eth
Send ETH to multiple recipients in one transaction on Base, reducing gas costs. Specify recipient addresses and amounts arrays.
Instructions
Send ETH to multiple recipients in a single transaction on Base. Requires DEPLOYER_PRIVATE_KEY env var. A small batch fee (0.0005 ETH) is charged per batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipients | Yes | Array of recipient wallet addresses | |
| amounts | Yes | Array of ETH amounts to send (e.g. ['0.001', '0.002']) |