# GetTransactionInfoById

**Body params**:&#x20;

* value - Transaction hash, i.e. transaction id.

**Request**

```
curl --request POST \
     --url https://tron.api.watchdata.io/wallet/gettransactioninfobyid \
     --header 'Accept: application/json' \
     --header 'Content-Type: application/json' \
     --data '
{
     "value": "03a15c982ee812f4e400a149cd4230d7175cfc5a9aae6f31793408d9e0b7c996"
}
'
```

**Response**

```
{}
```
