> For the complete documentation index, see [llms.txt](https://docs.watchdata.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.watchdata.io/blockchain-apis/tron-api/query-the-network/gettransactioninfobyid.md).

# 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**

```
{}
```
