# /tryLocateTx

Locate outcoming transaction of *destination* address by incoming message.

**Parameters:**

**Source - string**

**destination - string**

**created\_lt - integer**

#### Example:

{% code overflow="wrap" %}

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

// Result

```

{% endcode %}
