---
title: "returns the status of the transaction which corresponds to the hash"
method: GET
path: "/transaction/{txHash}/status"
tags: ["transaction"]
---

# returns the status of the transaction which corresponds to the hash

`GET /transaction/{txHash}/status`

## Path parameters

- `txHash` string, required

## Response `200`

successful operation

- TxStatusResponse
  - `data` object
    - `status` string
  - `error` string
  - `code` string

## Changes

> 27 revisions in range; 1 could not be searched.

- **2023-02-08** `82d543636074` — 3 warning
  - removed the optional property `code` from the response with the `200` status
  - removed the optional property `data` from the response with the `200` status
  - removed the optional property `error` from the response with the `200` status

[Change history](https://skmtc.dev/multiversx/apis/multiversx-gateway-api/changes/transaction/:txHash/status/get.md)

---

[API](https://skmtc.dev/multiversx/apis/multiversx-gateway-api.md) · [All operations](https://skmtc.dev/multiversx/apis/multiversx-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multiversx/multiversx-gateway-api/revisions/44c49bc12621/schema)
