curl --request GET \
--url https://toncenter.com/api/v2/tryLocateSourceTx{
"ok": true,
"result": {
"@type": "raw.transaction",
"address": {
"@type": "accountAddress",
"account_address": "<string>"
},
"utime": 123,
"data": "<string>",
"transaction_id": {
"@type": "internal.transactionId",
"lt": "<string>",
"hash": "<string>"
},
"fee": "<string>",
"storage_fee": "<string>",
"other_fee": "<string>",
"out_msgs": [
{
"@type": "raw.message",
"hash": "<string>",
"source": {
"@type": "accountAddress",
"account_address": "<string>"
},
"destination": {
"@type": "accountAddress",
"account_address": "<string>"
},
"value": "<string>",
"extra_currencies": [
{
"@type": "extraCurrency",
"id": 123,
"amount": "<string>"
}
],
"fwd_fee": "<string>",
"ihr_fee": "<string>",
"created_lt": "<string>",
"body_hash": "<string>",
"msg_data": {
"@type": "msg.dataRaw",
"body": "<string>",
"init_state": "<string>"
}
}
],
"in_msg": {
"@type": "raw.message",
"hash": "<string>",
"source": {
"@type": "accountAddress",
"account_address": "<string>"
},
"destination": {
"@type": "accountAddress",
"account_address": "<string>"
},
"value": "<string>",
"extra_currencies": [
{
"@type": "extraCurrency",
"id": 123,
"amount": "<string>"
}
],
"fwd_fee": "<string>",
"ihr_fee": "<string>",
"created_lt": "<string>",
"body_hash": "<string>",
"msg_data": {
"@type": "msg.dataRaw",
"body": "<string>",
"init_state": "<string>"
}
}
}
}Try to locate source transaction by destination transaction parameters
curl --request GET \
--url https://toncenter.com/api/v2/tryLocateSourceTx{
"ok": true,
"result": {
"@type": "raw.transaction",
"address": {
"@type": "accountAddress",
"account_address": "<string>"
},
"utime": 123,
"data": "<string>",
"transaction_id": {
"@type": "internal.transactionId",
"lt": "<string>",
"hash": "<string>"
},
"fee": "<string>",
"storage_fee": "<string>",
"other_fee": "<string>",
"out_msgs": [
{
"@type": "raw.message",
"hash": "<string>",
"source": {
"@type": "accountAddress",
"account_address": "<string>"
},
"destination": {
"@type": "accountAddress",
"account_address": "<string>"
},
"value": "<string>",
"extra_currencies": [
{
"@type": "extraCurrency",
"id": 123,
"amount": "<string>"
}
],
"fwd_fee": "<string>",
"ihr_fee": "<string>",
"created_lt": "<string>",
"body_hash": "<string>",
"msg_data": {
"@type": "msg.dataRaw",
"body": "<string>",
"init_state": "<string>"
}
}
],
"in_msg": {
"@type": "raw.message",
"hash": "<string>",
"source": {
"@type": "accountAddress",
"account_address": "<string>"
},
"destination": {
"@type": "accountAddress",
"account_address": "<string>"
},
"value": "<string>",
"extra_currencies": [
{
"@type": "extraCurrency",
"id": 123,
"amount": "<string>"
}
],
"fwd_fee": "<string>",
"ihr_fee": "<string>",
"created_lt": "<string>",
"body_hash": "<string>",
"msg_data": {
"@type": "msg.dataRaw",
"body": "<string>",
"init_state": "<string>"
}
}
}
}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?