curl --request GET \
--url https://toncenter.com/api/v2/getConsensusBlock{
"ok": true,
"result": {
"@type": "ext.blocks.consensusBlock",
"consensus_block": 123,
"timestamp": 123
}
}Get block that was confirmed by consensus
curl --request GET \
--url https://toncenter.com/api/v2/getConsensusBlock{
"ok": true,
"result": {
"@type": "ext.blocks.consensusBlock",
"consensus_block": 123,
"timestamp": 123
}
}Documentation Index
Fetch the complete documentation index at: https://toncenter.ness.su/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?