Skip to main content

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, optimism

Returns

Returns a Transaction object with:
string
The transaction hash
string
Sender address
string
Recipient address
string
Amount sent in wei

Examples

Ensure the wallet has sufficient balance to cover both the amount and gas fees.

Send Token

Send ERC-20 tokens

Estimate Gas

Estimate transaction cost