ton_send_transaction
Transfer TON tokens to another address using your wallet's mnemonic. Supports optional comments and testnet mode for safe transactions.
Instructions
Send TON from your wallet to another address using mnemonic from environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount of TON to send | |
| comment | No | Optional comment to include with the transaction | |
| testnet | No | Use testnet instead of mainnet | |
| toAddress | Yes | TON address to send to |