ton-http

Installation
SKILL.md

Based on ton-http-api (sources/ton-http) and TON Index (Go) v3. For request parameters and return values of any endpoint, use Swagger UI or OpenAPI doc.json.

TON nodes use ADNL binary transport; an HTTP API is an intermediary that accepts HTTP and talks to TON lite servers (via tonlib). Use the public toncenter.com or run your own instance from the ton-http-api repo. TON Index v3 (at toncenter.com) adds indexed REST APIs (accounts, actions, jettons, NFTs, etc.) on top of stored chain data.

Looking up endpoint parameters and return values

When calling or wrapping TON Center APIs, consult the above to confirm query/body parameters and response shapes.

Core References

Topic Description Reference
API groups and Swagger Group list, base URL, where to look up params and return values core-api-overview
Deployment and configuration Run locally or with Docker; webserver, tonlib, and cache env vars core-deployment-config

API groups (quick reference)

Related skills
Installs
2
GitHub Stars
3
First Seen
Feb 28, 2026