---
title: "Transaction statuses"
method: GET
path: "/transactions/status"
tags: ["transactions"]
---

# Transaction statuses

`GET /transactions/status`

Get transaction statuses by their ID. For dozens of transactions, better use the POST method.<br>Transactions in the response are in the same order as in the request.

## Query parameters

- `id` TransactionId[], required

## Response `200`

successful operation

- TransactionStatus[]
  - `id` string
  - `status` 'confirmed' | 'unconfirmed' | 'not_found' — * `not_found`: transaction is not found * `unconfirmed`: transaction is in the UTX pool * `confirmed`: transaction is added to the block or microblock
  - `height` integer
  - `confirmations` integer — Number of blocks added on top of the one that contains the transaction
  - `applicationStatus` 'succeeded' | 'script_execution_failed' — * `succeeded`: transaction is successful * `script_execution_failed`: the dApp script or the asset script failed See [Transaction Validation](https://docs.waves.tech/en/blockchain/transaction/transaction-validation) for details.

## Changes

- **2022-08-30** `d6f5a027bea0` — 1 breaking, 5 warning
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `applicationStatus` from the response with the `200` status
  - removed the optional property `confirmations` from the response with the `200` status
  - removed the optional property `height` from the response with the `200` status
  - …2 more
- **2021-10-29** `b7734edf6ea8` — 1 breaking, 1 info
  - the `height` response's property type/format changed from `integer`/`int32` to ``/`` for status `200`
  - added `#/components/schemas/Height` to the `height` response property `allOf` list for the response status `200`
- **2021-05-27** `c901f97e3a8d` — 1 breaking, 5 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the optional property `applicationStatus` to the response with the `200` status
  - added the optional property `confirmations` to the response with the `200` status
  - added the optional property `height` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/changes/transactions/status/get.md)

---

[API](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid.md) · [All operations](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wavesplatform/waves-full-node-chainid/revisions/09465bcdf6ce/schema)
