> For the complete documentation index, see [llms.txt](https://teamhycon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teamhycon.gitbook.io/docs/api-v3-2/untitled-4/query-method-specified-tx.md).

# Query method (specified tx)

api/v3

**Request Body - `Content-Type: application/json;charset=utf-8`**

| Parameter | Required | Description                       |
| --------- | -------- | --------------------------------- |
| `hash`    | Yes      | The hash value of the transaction |

GET/api/v3/tx?{hash}

**Example request**

```
curl -X GET http://localhost:2442/api/v3/tx\?hash\=Fjbnhvo1Qy4KisAgpTbrbYn2u24nfskDuyUwAAEjkAcH \
-H 'Content-Type: application/json;charset=utf-8'
```
