/tryLocateSourceTx
Locate incoming transaction of source address by outcoming message.
Parameters:
Source - string
destination - string
created_lt - integer
Example:
// Request
url -X 'GET' \
'https://ton.blockpi.network/v1/rpc/your-rpc-key/tryLocateSourceTx?source=string&destination=string&created_lt=integer' \
-H 'accept: application/json'
// Result
Last updated
Was this helpful?