spl-token_transfer
Transfer SPL tokens between wallets with an option to create the recipient's associated token account automatically.
Instructions
Transfer SPL tokens between wallets. Optionally creates the recipient ATA.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient wallet address | |
| from | Yes | Sender wallet address | |
| memo | No | Optional memo to attach to the transaction | |
| mint | Yes | Token mint address | |
| amount | Yes | Amount to transfer (raw, smallest unit) | |
| createAta | No | Create recipient ATA if needed (default: true) |