getConsensusBlock
TON node API
getConsensusBlock | TON v2
The getConsensusBlock method retrieves information about the latest consensus block in the TON blockchain. Chainstack TON v2 reference.
GET
getConsensusBlock
The
getConsensusBlock method retrieves information about the latest consensus block in the TON blockchain. This method provides crucial details about the most recent block that has achieved consensus across the network.
Get your own node endpoint todayStart 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.
TON billing: full (1 RU)This method is always billed as full. See Request units — TON method scope.
JSON-RPC example
Shell
Parameters
This method doesn’t require any parameters.Response
consensus_block(integer) — The sequence number of the latest consensus block.timestamp(integer) — The Unix timestamp of the latest consensus block.timestamp_string(string) — The human-readable timestamp of the latest consensus block.
Use case
A possible use case for thegetConsensusBlock method in TON is for applications or services that need to track the current state of the blockchain consensus. This method can be used to:
- Determine the latest block that has achieved network-wide consensus.
- Synchronize application state with the confirmed blockchain state.
- Implement waiting mechanisms for transaction confirmation based on consensus blocks.
- Monitor the progress and health of the TON network by tracking consensus block updates.
Last modified on June 4, 2026