/tryLocateResultTx

Same as previous. Locate outcoming transaction of destination address by incoming message

Parameters:

Source - string

destination - string

created_lt - integer

Example:

// Request
url -X 'GET' \
  'https://ton.blockpi.network/v1/rpc/your-rpc-key/tryLocateResultTx?source=string&destination=string&created_lt=integer' \
  -H 'accept: application/json'

// Result

Last updated