Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions content/api/overview.mdx
Original file line number Diff line number Diff line change
@@ -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.

<Callout type="note">
For available SDKs that rely on some of these APIs, see the [SDK overview](/applications/sdks) in the Applications section.
</Callout>
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** | ✅ | ✅ | ✅ |
Expand Down