Skip to main content

Overview

Send ETH by creating transactions, estimating gas, and handling responses.

Prerequisites

Send ETH Transaction

Sign Transaction (Without Sending)

Best Practices

  • Always get current gas price before sending
  • Add buffer for price fluctuations (2x multiplier)
  • Handle common errors: insufficient funds, gas too low, invalid address
  • Validate address format before sending
  • Show transaction confirmations to users
  • Display transaction status with explorer links

Handle Transaction Errors

Show Transaction Status

Validate Address Format

Error Handling

Common Transaction Errors

Troubleshooting

Transaction not confirming: Increase gas price multiplier to 3x Insufficient funds: Check balance includes gas fees before sending Nonce issues: SDK handles nonces automatically, manually specify only if needed

What’s Next

Last modified on February 3, 2026