Send ERC-20
fuse_send_erc20Submits a signed ERC20.transfer(to, amount) from the server's signer. Decimals are auto-fetched from the token; use unit: "base" to skip scaling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address. | |
| unit | No | ||
| amount | Yes | Amount to transfer. Default unit is the token's display unit (decimals auto-detected); pass `unit: "base"` to send raw base units. | |
| tokenAddress | Yes | ERC-20 token contract address. |