Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 470 Bytes

File metadata and controls

27 lines (16 loc) · 470 Bytes

/tryLocateResultTx

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

Parameters:

Source - string

destination - string

created_lt - integer

Example:

{% code overflow="wrap" %}

// 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

{% endcode %}