---
title: "Changes to Query event stream"
method: GET
path: "/v1/cryptos/{cryptoCode}/events"
---

# Changes to Query event stream

`GET /v1/cryptos/{cryptoCode}/events`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 40 revisions.

- **2026-04-22** `c7263f21ffa4` — 1 info
- **2025-07-02** `af3cf3ae4926` — 2 info
- **2025-01-30** `8f8eb2939c5c` — 5 warning, 1 info
- **2024-12-27** `dca02386fafa` — 4 info
- **2024-11-28** `272dc200f071` — 21 breaking, 5 info
- **2024-11-28** `6bfc5768516c` — 2 breaking, 3 warning, 4 info
- **2024-11-25** `72a2dfa26976` — 1 info
- **2024-11-18** `b5092f204599` — 1 breaking

## Changes

- **2026-04-22** `c7263f21ffa4` — 1 info
  - added the optional property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData/metadata/chunk` to the response with the `200` status
- **2025-07-02** `af3cf3ae4926` — 2 info
  - added the optional property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/inputs/items/keyIndex` to the response with the `200` status
  - added the optional property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/outputs/items/keyIndex` to the response with the `200` status
- **2025-01-30** `8f8eb2939c5c` — 5 warning, 1 info
  - removed the optional property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData/balanceChange` from the response with the `200` status
  - removed the optional property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData/inputs` from the response with the `200` status
  - removed the optional property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData/outputs` from the response with the `200` status
  - removed the optional property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData/replaceable` from the response with the `200` status
  - removed the optional property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData/replacing` from the response with the `200` status
  - added the optional property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData/metadata` to the response with the `200` status
- **2024-12-27** `dca02386fafa` — 4 info
  - added the optional property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/inputs/items/feature` to the response with the `200` status
  - added the optional property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/outputs/items/feature` to the response with the `200` status
  - added the optional property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData/inputs/items/feature` to the response with the `200` status
  - added the optional property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData/outputs/items/feature` to the response with the `200` status
- **2024-11-28** `272dc200f071` — 21 breaking, 5 info
  - added the new path request parameter `cryptoCode`
  - the response property `items/data` became optional for the status `200`
  - the response property `items/data/oneOf[#/components/schemas/NewBlockEvent]/confirmations` became optional for the status `200`
  - the response property `items/data/oneOf[#/components/schemas/NewBlockEvent]/cryptoCode` became optional for the status `200`
  - the response property `items/data/oneOf[#/components/schemas/NewBlockEvent]/hash` became optional for the status `200`
  - the response property `items/data/oneOf[#/components/schemas/NewBlockEvent]/height` became optional for the status `200`
  - the response property `items/data/oneOf[#/components/schemas/NewBlockEvent]/previousBlockHash` became optional for the status `200`
  - the response property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/cryptoCode` became optional for the status `200`
  - the response property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/derivationStrategy` became optional for the status `200`
  - the response property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/outputs` became optional for the status `200`
  - the response property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/trackedSource` became optional for the status `200`
  - the response property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData` became optional for the status `200`
  - the response property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData/confirmations` became optional for the status `200`
  - the response property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData/inputs` became optional for the status `200`
  - the response property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData/inputs/items/index` became optional for the status `200`
  - the response property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData/inputs/items/inputIndex` became optional for the status `200`
  - the response property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData/inputs/items/transactionId` became optional for the status `200`
  - the response property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData/outputs` became optional for the status `200`
  - the response property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData/transactionId` became optional for the status `200`
  - the response property `items/eventId` became optional for the status `200`
  - the response property `items/type` became optional for the status `200`
  - api operation id `EventStream` was added
  - added the optional property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/inputs` to the response with the `200` status
  - added the optional property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/outputs/items/address` to the response with the `200` status
  - added the optional property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData/inputs/items/keyPath` to the response with the `200` status
  - added the optional property `items/data/oneOf[#/components/schemas/NewTransactionEvent]/transactionData/outputs/items/address` to the response with the `200` status
- **2024-11-28** `6bfc5768516c` — 2 breaking, 3 warning, 4 info
  - added `#/components/schemas/NewBlockEvent, #/components/schemas/NewTransactionEvent` to the `items/data` response property `oneOf` list for the response status `200`
  - the `items/data` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - deleted the `path` request parameter `cryptoCode`
  - added the new `newblock` enum value to the `items/type` response property for the response status `200`
  - added the new `newtransaction` enum value to the `items/type` response property for the response status `200`
  - added the non-success response with the status `400`
  - the response property `items/data` became required for the status `200`
  - the response property `items/eventId` became required for the status `200`
  - the response property `items/type` became required for the status `200`
- **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/events/get.md) · [API](https://skmtc.dev/btcpayserver/apis/nbxplorer-api.md) · [Page](https://skmtc.dev/btcpayserver/apis/nbxplorer-api/changes/v1/cryptos/:cryptoCode/events/get)
