# Transaction info

Url:

```
POST /eos/transaction_info
```

List of parameters

| Name             | Type   | Description         |
| ---------------- | ------ | ------------------- |
| block\_number \* | string | Block number        |
| tx\_hash \*      | string | Hash of transaction |

{% hint style="danger" %}
All parameters are 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
```
