Same as previous. Locate outcoming transaction of destination address by incoming message
Successful Response
const response = await fetch('https://ton.nownodes.io/tryLocateResultTx?source=text&destination=text&created_lt=0', { method: 'GET', headers: {}, }); const data = await response.json();
{ "ok": false, "result": "text", "error": "text", "code": 0 }