Ton API
REST API

REST API

This section of the documentation covers the TONAPI REST API, which provides access to various services for interacting with the TON blockchain. These services allow you to perform operations on accounts, retrieve blockchain data, utilize advanced features like gasless transactions, and more.

To facilitate integration and testing of the REST API, the following resources are available:

  • Swagger File: The full Swagger specification is available on GitHub, allowing you to explore the API structure and generate client code in various programming languages.
  • Swagger UI: For interactive testing and exploration of the API, use Swagger UI.
  • SDKs: To simplify integration, SDKs are provided in multiple programming languages. You can find them in the SDK Documentation section.