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