Check if TON Merkle Message is 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>"
}
]
}
}
Operation ID
Merkle message is executed
The response is of type object
.
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>"
}
]
}
}