> For the complete documentation index, see [llms.txt](https://fi-crypto-api.gitbook.io/crypto-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fi-crypto-api.gitbook.io/crypto-api/bitcoin-cash/untitled.md).

# Transaction info

Get info about transaction

Url:

```
POST /bitcoin_cash/transaction_info
```

List of parameters

| Name                 | Type   | Description         |
| -------------------- | ------ | ------------------- |
| wallet \*            | string | Wallet address      |
| transaction\_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
```
