---
title: "Changes to Get transaction by ID"
method: GET
path: "/v1/cryptos/{cryptoCode}/transactions/{txId}"
---

# Changes to Get transaction by ID

`GET /v1/cryptos/{cryptoCode}/transactions/{txId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 40 revisions.

- **2026-04-22** `c7263f21ffa4` — 1 info
- **2025-01-30** `8f8eb2939c5c` — 5 warning, 1 info
- **2024-12-27** `dca02386fafa` — 2 info
- **2024-11-28** `272dc200f071` — 7 breaking, 2 info
- **2024-11-25** `cfaf4efd4ea8` — 2 breaking, 3 info
- **2024-11-25** `72a2dfa26976` — 1 info
- **2024-11-18** `b5092f204599` — 1 breaking

## Changes

- **2026-04-22** `c7263f21ffa4` — 1 info
  - added the optional property `metadata/chunk` to the response with the `200` status
- **2025-01-30** `8f8eb2939c5c` — 5 warning, 1 info
  - removed the optional property `balanceChange` from the response with the `200` status
  - removed the optional property `inputs` from the response with the `200` status
  - removed the optional property `outputs` from the response with the `200` status
  - removed the optional property `replaceable` from the response with the `200` status
  - removed the optional property `replacing` from the response with the `200` status
  - added the optional property `metadata` to the response with the `200` status
- **2024-12-27** `dca02386fafa` — 2 info
  - added the optional property `inputs/items/feature` to the response with the `200` status
  - added the optional property `outputs/items/feature` to the response with the `200` status
- **2024-11-28** `272dc200f071` — 7 breaking, 2 info
  - the response property `confirmations` became optional for the status `200`
  - the response property `inputs` became optional for the status `200`
  - the response property `inputs/items/index` became optional for the status `200`
  - the response property `inputs/items/inputIndex` became optional for the status `200`
  - the response property `inputs/items/transactionId` became optional for the status `200`
  - the response property `outputs` became optional for the status `200`
  - the response property `transactionId` became optional for the status `200`
  - added the optional property `inputs/items/keyPath` to the response with the `200` status
  - added the optional property `outputs/items/address` to the response with the `200` status
- **2024-11-25** `cfaf4efd4ea8` — 2 breaking, 3 info
  - the `code` response's property type/format changed from `integer`/`` to `string`/`` for status `404`
  - removed the required property `error` from the response with the `404` status
  - added the optional property `httpCode` to the response with the `404` status
  - added the optional property `message` to the response with the `404` status
  - added the optional property `reason` to the response with the `404` status
- **2024-11-25** `72a2dfa26976` — 1 info
  - endpoint added
- **2024-11-18** `b5092f204599` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/btcpayserver/apis/nbxplorer-api/docs/v1/cryptos/:cryptoCode/transactions/:txId/get.md) · [API](https://skmtc.dev/btcpayserver/apis/nbxplorer-api.md) · [Page](https://skmtc.dev/btcpayserver/apis/nbxplorer-api/changes/v1/cryptos/:cryptoCode/transactions/:txId/get)
