transfer_token
Send ERC-20 or SPL tokens to addresses on EVM or Solana chains. Specify amounts in human-readable format, sign transactions, and broadcast transfers using wallet infrastructure.
Instructions
Send ERC-20 tokens (EVM) or SPL tokens (Solana) to an address. Specify the amount in human-readable format (e.g. "100" for 100 USDC). Signs and broadcasts the transaction. Use get_chains to find stablecoin addresses.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet_id | Yes | Wallet ID to send from | |
| token | Yes | Token address (0x-prefixed ERC-20 contract for EVM, Base58 mint for Solana) | |
| to | Yes | Recipient address (0x-prefixed for EVM, Base58 for Solana) | |
| amount | Yes | Amount in human-readable format (e.g. "100" for 100 USDC) | |
| chain_id | Yes | Chain ID | |
| decimals | No | Token decimals (6 for USDC, 18 for most tokens) |