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

## Changes

- **2024-01-09** `fb895587d7c6` — 1 breaking, 1 warning
  - added the new path request parameter `txHash`
  - deleted the `path` request parameter `txhash`
- **2023-11-27** `2982d4dbcfab` — 1 breaking, 12 warning, 3 info
  - the `data` response's property type/format changed from `array`/`` to `object`/`` for status `200`
  - removed the optional property `chainid` from the response with the `200` status
  - removed the optional property `gaslimit` from the response with the `200` status
  - removed the optional property `gasprice` from the response with the `200` status
  - …12 more
- **2023-11-16** `542fe49582f8` — 1 breaking, 3 warning, 12 info
  - the `data` response's property type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `code` from the response with the `200` status
  - removed the optional property `data/status` from the response with the `200` status
  - removed the optional property `error` from the response with the `200` status
  - …12 more
- **2023-07-21** `ee7a1fa0f238` — 1 breaking, 12 warning, 3 info
  - the `data` response's property type/format changed from `array`/`` to `object`/`` for status `200`
  - removed the optional property `chainid` from the response with the `200` status
  - removed the optional property `gaslimit` from the response with the `200` status
  - removed the optional property `gasprice` from the response with the `200` status
  - …12 more
- …earlier changes not shown

[Full 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/44c49bc12621/schema)
