Skip to main content
This example demonstrates how to send a gasless jetton transfer. A relay pays the TON gas on behalf of the sender, and the commission is deducted from the sender’s jetton balance.
Gasless transfers use the relayer feature provided by tonapi.io and require a TonapiClient with an API key from tonconsole.com. They are only supported on mainnet and only for WalletV5 (WalletV5R1 and WalletV5Beta).

Example

Always verify the estimated commission and emulation result before calling gasless_send — once sent, the transaction is irreversible. The same example also appears in Gasless Transfers among the other wallet operations.