transfer_tokens
Transfer SPL tokens between Solana wallets by specifying sender, recipient address, token mint, and amount to send.
Instructions
Transfer SPL tokens between wallets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fromWallet | Yes | Name of the sender wallet | |
| toAddress | Yes | Recipient address | |
| tokenMint | Yes | Token mint address | |
| amount | Yes | Amount of tokens to transfer |