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

```
{}
```
