Skip to main content

sendTon

Sends native TON to a recipient address.

Usage

Parameters

Returns

Promise<TonSendTransactionResponse> - A promise that resolves to an object containing:
  • transactionHash - The hash of the submitted transaction

Errors

Notes

  • The amount is specified in nanotons (1 TON = 1,000,000,000 nanotons). You can use the exported NANOTON_PER_TON constant for conversion.
Last modified on April 2, 2026