
Transfer SPL tokens (USDC, BONK, etc.) to another wallet on Solana. Auto-creates the recipient's token account if needed. Supports both classic SPL Token and Token-2022 programs with safety checks for Transfer Hooks and Permanent Delegate extensions. Ideal for: token payments, airdrops, automated token distribution on Solana.
This action will execute the specified operation when your workflow runs.
This integration requires a connector to be configured before it can be used in workflows.
allowTransferHooksAllow sending Token-2022 tokens that run custom code during transfers. Leave off unless you specifically need this. Blocked by default for safety.
allowTransferFeebooleanAllow sending Token-2022 tokens with a Transfer Fee. Recipient receives less than sent (fee deducted on-chain). Blocked by default.
tokenSymbolstringToken symbol (e.g., 'USDC')
recipientAddressstringRecipient wallet address
recipientTokenAccountstringRecipient's Associated Token Account address
tokenProgramstringToken program used (spl-token or token-2022)
chainIdnumberChain ID where the transaction was executed
ataCreatedbooleanWhether the recipient's ATA was created in this transaction
ataCreationCoststringnullSOL cost of ATA creation in lamports, or null if not created
hasTransferFeebooleanWhether this Token-2022 token has a Transfer Fee extension. If true, a percentage of each transfer is deducted and sent to a fee collector.
transferFeeBpsnumbernullTransfer fee in basis points if hasTransferFee is true, otherwise null