---
title: "returns the status of the transaction which corresponds to the hash (faster because will ask for transaction status from the observer which is in the shard in which the address is part)."
method: GET
path: "/transaction/{txHash}/status?sender={senderAddress}"
tags: ["transaction"]
---

# returns the status of the transaction which corresponds to the hash (faster because will ask for transaction status from the observer which is in the shard in which the address is part).

`GET /transaction/{txHash}/status?sender={senderAddress}`

## Path parameters

- `txHash` string, required
- `senderAddress` string, required

## Response `200`

successful operation

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

---

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