# Transaction info

Url:

```
POST /stellar/transaction_info
```

List of parameters

| Name        | Type   | Description      |
| ----------- | ------ | ---------------- |
| tx\_hash \* | string | Transaction hash |

{% hint style="danger" %}
Parameter is required.&#x20;
{% endhint %}

Success response:

```ruby
{message: message, success: true, data: response, operations_count: operations_count}, status: 200
```

Fail response:

```ruby
{message: message, success: false, data: {}, operations_count: operations_count}, status: 200
```
