prepare_native_send
Build unsigned transactions to send native coins like ETH on Ethereum or Arbitrum using human-readable amounts. Specify wallet, recipient, and amount to prepare for Ledger approval via WalletConnect.
Instructions
Build an unsigned native-coin send transaction (ETH on Ethereum/Arbitrum). Pass a human-readable amount like "0.5".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | ||
| chain | No | ethereum | |
| to | Yes | ||
| amount | Yes | Human-readable native-asset amount, NOT raw wei. Example: "0.5" for 0.5 ETH (or 0.5 MATIC on polygon). |