What is the TON protocol
TON (The Open Network) is a fully decentralized layer-1 blockchain designed for fast transactions and scalability. It was originally designed by Telegram and later developed by the open TON Community. TON uses a unique sharding mechanism to achieve high throughput and low latency. TON employs a Proof-of-Stake consensus mechanism where validators stake TON coins to participate in block production and validation. The network is designed to support millions of transactions per second through its dynamic sharding system.Get your own node endpoint today
Start for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.What is the TON API
Both TON API v2 and v3 are supported
Chainstack supports both v2 and v3 APIs:- TON API v2 — node API that can also run JSON-RPC methods.
- TON API v3 — an indexer.
TON billing: full vs archive
v2 and v3 are priced the same, and all data is available. Most TON requests are billed as full (1 request unit); requests that read historical data are archive (2 request units) —getTransactions and getTransactionsStd are always archive, and block/seqno methods are archive when the requested block is 128 or more seqno behind the tip. See Request units — TON method scope for the full method list.