Method Signature
Parameters
Wallet
required
The sender’s wallet (must have private key)
string
required
Recipient address
string
required
Amount to send in human-readable format (e.g.,
"0.1")string
required
Network:
ethereum, polygon, base, arbitrum, optimismReturns
Returns aTransaction object with:
string
The transaction hash
string
Sender address
string
Recipient address
string
Amount sent in wei
Examples
- TypeScript
- JavaScript
Related Methods
Send Token
Send ERC-20 tokens
Estimate Gas
Estimate transaction cost