diff --git a/content/api/overview.mdx b/content/api/overview.mdx index b0008c1b5..a70fc2697 100644 --- a/content/api/overview.mdx +++ b/content/api/overview.mdx @@ -1,20 +1,16 @@ --- title: "APIs" sidebarTitle: "Overview" -description: "Available options for reading TON data and interacting with it from the off-chain world" +description: "Options for reading TON data and interacting with it from the off-chain world" --- -Access TON data via public liteservers, hosted APIs ([TON Center](#ton-center) v2/v3), or self-hosted options. - - - For available SDKs that rely on some of these APIs, see the [SDK overview](/applications/sdks) in the Applications section. - +Access TON data via public liteservers, hosted APIs such as [TON Center APIs](#ton-center), or self-hosted options. For available SDKs that rely on some of these APIs, see the [SDK overview](/applications/sdks). ## Comparison table ### Requests -| Feature | Public liteservers | TON Center v2 | TON Center v3 | +| Feature | Public liteservers | TON Center API v2 | TON Center API v3 | | ------------------------- | --------------------------------- | ------------------------ | --------------------- | | **Can be self-hosted?** | ✅ | ✅ | ✅ | | **Open-source** | ✅ | ✅ | ✅ |