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

- object

## Changes

- **2023-02-08** `82d543636074` — 1 breaking, 4 warning
  - added the new path request parameter `txhash`
  - deleted the `path` request parameter `txHash`
  - removed the optional property `code` from the response with the `200` status
  - removed the optional property `data` from the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/multiversx/apis/multiversx-gateway-api/changes/transaction/:txHash/status?sender=:senderAddress/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/6fa908b60462/schema)
