---
title: "retrieves the status of the transaction with the provided hash"
method: GET
path: "/transaction/{hash}/status"
tags: ["transaction"]
---

# retrieves the status of the transaction with the provided hash

`GET /transaction/{hash}/status`

## Path parameters

- `hash` string, required

## Response `200`

successful operation

- GenericResponse
  - `data` object
  - `error` string
  - `code` string

## Other responses

- `400` — validation error

## Changes

- **2023-07-21** `ee7a1fa0f238` — 2 info
  - removed the non-success response with the status `400`
  - added the optional property `data/status` to the response with the `200` status

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