---
title: "Transaction status"
method: GET
path: "/transactions/status/{id}"
tags: ["transactions"]
---

# Transaction status

`GET /transactions/status/{id}`

Get transaction status by ID

## Path parameters

- `id` string, 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

> 36 revisions in range; 1 could not be searched.

- **2022-08-30** `d6f5a027bea0` — 1 info
  - endpoint added
- **2021-05-27** `c901f97e3a8d` — 1 breaking
  - api path removed without deprecation

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