Skip to main content
Access TON data via public liteservers, hosted APIs (TON Center v2/v3, TonAPI, dTON), or self-hosted options.

Comparison table

Requests

FeaturePublic liteserversTON Center v2TON Center v3TonAPIdTON
Can be self-hosted?
Open-source🟡 Limited1
Indexer2
Archival3🟡 Varies🟡 Depends on liteserver
Proofs4
Mainnet endpointConfigEndpointEndpointEndpointGraphQL
Testnet endpointConfigEndpointEndpointEndpointGraphQL
Source / Deploy guideRun node / liteserverDeploySourceOpenTonAPI1
DocumentationGuideDocsDocsREST, SwaggerSite
1 TonAPI’s full indexer is not open-source; OpenTonAPI is a limited open-source version. 2 Indexer means the service maintains its own database derived from blockchain data for richer queries (traces, jettons, NFTs, etc.), beyond raw liteserver RPC. 3 Archival indicates historical data retention. For liteservers, this depends on the node’s archival configuration; hosted indexers typically keep full history, but exact retention policies are service-specific. 4 Proofs denote responses that can be verified without trust using cryptographic proofs from the network (liteserver/tonlib-based). HTTP indexers typically do not return proof bundles in their REST/GraphQL responses.

Streaming

FeatureTON Center Streaming API v2TonAPI Streaming API
Protocol compatibilityNative reference implementationCompatible with TON Center
Mainnet endpointsSSE, WebSocketSSE, WebSocket
Testnet endpointsSSE, WebSocketSSE, WebSocket
AuthenticationTON CenterTon Console
DocumentationDocsSame as TON Center

References