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

# Transaction statuses

`POST /transactions/status`

Get transaction statuses by their ID. Max number of transactions is set by `waves.rest-api.transactions-by-address-limit`, 1000 by default.<br>Transactions in the response are in the same order as in the request.

## Request body

- object
  - `ids` TransactionId[]

## 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

- **2021-10-29** `b7734edf6ea8` — 1 breaking, 1 info
  - the `items/height` response's property type/format changed from `integer`/`int32` to ``/`` for status `200`
  - added `#/components/schemas/Height` to the `items/height` response property `allOf` list for the response status `200`
- **2021-05-27** `c901f97e3a8d` — 1 breaking, 1 info
  - the `items/height` response's property type/format changed from ``/`` to `integer`/`int32` for status `200`
  - removed `#/components/schemas/Height` from the `items/height` response property `allOf` list for the response status `200`

[Change history](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/changes/transactions/status/post.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)
