> 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/pending-pool/gettransactionfrompending.md).

# GetTransactionFromPending

**Body params**:&#x20;

* `value`

**Request**

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

**Response**

```
{}
```
