TON Observer
Check if TON Merkle Message is Collected
Shards statistics
OperationId
Time profiling
TAC Observer
TAC Simulator
TON Observer
Check if TON Merkle Message is Collected
Check if the TON MerkleMsg is collected.
GET
/
ton
/
observer
/
is-message-collected
curl --request GET \
--url https://data.turin.tac.build/ton/observer/is-message-collected
{
"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 message is collected
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-collected
{
"response": {
"note": {
"content": "<string>",
"errorName": "<string>",
"internalBytesError": "<string>",
"internalMsg": "<string>"
},
"stage": "start",
"success": true,
"timestamp": 123,
"transactions": [
{
"blockchainType": "TAC",
"hash": "<string>"
}
]
}
}