> 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/gettransactionbyid.md).

# GetTransactionById

**Body params**:&#x20;

* `value` - Transaction ID

**Request**

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

**Response**

```
{}
```
