transfer
Send native tokens like ETH, AVAX, BNB, POL, PLS, or SOL to any address. Specify amount in human-readable format for automatic conversion and transaction signing.
Instructions
Send native tokens (ETH, AVAX, BNB, POL, PLS, SOL) to an address. Specify the amount in human-readable format (e.g. "0.1" for 0.1 ETH). The amount is converted to wei/lamports automatically. Signs and broadcasts the transaction.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet_id | Yes | Wallet ID to send from | |
| to | Yes | Destination address (0x-prefixed for EVM, Base58 for Solana) | |
| amount | Yes | Amount to send in human-readable format (e.g. "0.1" for 0.1 ETH) | |
| chain_id | Yes | Chain ID (1=Ethereum, 8453=Base, 42161=Arbitrum, 10=Optimism, 137=Polygon, 43114=Avalanche, 56=BSC, 7777777=Zora, 369=PulseChain, 900=Solana, 901=Solana Devnet) |