---
title: "Changes to Returns consensus transactions with the given transaction hash."
method: GET
path: "/consensus/transactions/{tx_hash}"
---

# Changes to Returns consensus transactions with the given transaction hash.

`GET /consensus/transactions/{tx_hash}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 3 revisions.

- **2026-07-17** `a841981f8ee1` — 12 breaking, 1 warning, 1 info
- **2024-10-25** `51ea4d2cd991` — 1 breaking, 13 info

## Changes

- **2026-07-17** `a841981f8ee1` — 12 breaking, 1 warning, 1 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `block` from the response with the `200` status
  - removed the required property `body` from the response with the `200` status
  - removed the required property `fee` from the response with the `200` status
  - removed the required property `gas_limit` from the response with the `200` status
  - removed the required property `hash` from the response with the `200` status
  - removed the required property `index` from the response with the `200` status
  - removed the required property `method` from the response with the `200` status
  - removed the required property `nonce` from the response with the `200` status
  - removed the required property `sender` from the response with the `200` status
  - removed the required property `success` from the response with the `200` status
  - removed the required property `timestamp` from the response with the `200` status
  - removed the optional property `error` from the response with the `200` status
  - added `#/components/schemas/List, subschema #2` to the response body `allOf` list for the response status `200`
- **2024-10-25** `51ea4d2cd991` — 1 breaking, 13 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - removed `#/components/schemas/List, subschema #2` from the response body `allOf` list for the response status `200`
  - added the optional property `error` to the response with the `200` status
  - added the required property `block` to the response with the `200` status
  - added the required property `body` to the response with the `200` status
  - added the required property `fee` to the response with the `200` status
  - added the required property `gas_limit` to the response with the `200` status
  - added the required property `hash` to the response with the `200` status
  - added the required property `index` to the response with the `200` status
  - added the required property `method` to the response with the `200` status
  - added the required property `nonce` to the response with the `200` status
  - added the required property `sender` to the response with the `200` status
  - added the required property `success` to the response with the `200` status
  - added the required property `timestamp` to the response with the `200` status

---

[Operation](https://skmtc.dev/oasisprotocol/apis/oasis-nexus-api-v1/docs/consensus/transactions/:tx_hash/get.md) · [API](https://skmtc.dev/oasisprotocol/apis/oasis-nexus-api-v1.md) · [Page](https://skmtc.dev/oasisprotocol/apis/oasis-nexus-api-v1/changes/consensus/transactions/:tx_hash/get)
