TONAPI
TonAPICookbook

Gasless Transfer

Originating from the Gasless section of the REST API documentation, this recipe provides implementation examples for gasless transactions in TypeScript, Go and Python. Developers can use these examples to integrate gasless transactions into their applications.

Note: Gasless transactions are currently not supported through TonConnect.

Swagger documentation for Gasless operations can be found [here].

TypeScript

Code example for TypeScript implementation

JS (with fetch)

Code example for JS (with fetch) implementation

Go

Code example for Go implementation

Python

Code example for Python implementation

How is this guide?