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

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

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

## Path parameters

- `txhash` string, required
- `senderAddress` string, required

## Response `200`

successful operation

- object

## Changes

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

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