TON Observer
Check if Merkle Root is Set
Shards statistics
OperationId
Time profiling
TAC Observer
TAC Simulator
TON Observer
Check if Merkle Root is Set
Check if the Merkle root is set in the TON chain.
GET
/
ton
/
observer
/
is-message-included-in-consensus
curl --request GET \
--url https://data.turin.tac.build/ton/observer/is-message-included-in-consensus
{
"response": {
"note": {
"content": "<string>",
"errorName": "<string>",
"internalBytesError": "<string>",
"internalMsg": "<string>"
},
"stage": "start",
"success": true,
"timestamp": 123,
"transactions": [
{
"blockchainType": "TAC",
"hash": "<string>"
}
]
}
}
Query Parameters
Operation ID
Response
200
application/json
Merkle root is set
Available options:
start
, collectedInTAC
, includedInTACConsensus
, executedInTAC
, collectedInTON
, includedInTONConsensus
, executedInTON
Was this page helpful?
curl --request GET \
--url https://data.turin.tac.build/ton/observer/is-message-included-in-consensus
{
"response": {
"note": {
"content": "<string>",
"errorName": "<string>",
"internalBytesError": "<string>",
"internalMsg": "<string>"
},
"stage": "start",
"success": true,
"timestamp": 123,
"transactions": [
{
"blockchainType": "TAC",
"hash": "<string>"
}
]
}
}