---
title: "getBlockConfirmationByTransactionHash"
method: GET
path: "/v1/block-confirmation/{txHash}"
tags: ["Transactions"]
---

# getBlockConfirmationByTransactionHash

`GET /v1/block-confirmation/{txHash}`

Get transaction confirmation, i.e. the number of blocks added to the blockchain following the block which the transaction entered.

## Path parameters

- `txHash` string, required — Queried transaction hash.

## Response `200`

OK

- BlockConfirmationDto
  - `blockConfirmationsCount` integer
  - `blockHeight` integer
  - `stateHash` string
  - `txStatus` string
  - `txHashNext` string
  - `txHashPrevious` string
  - `isCanonical` boolean
  - `failureReason` string

---

[API](https://skmtc.net/blockberry/apis/sui-mainnet-api.md) · [All operations](https://skmtc.net/blockberry/apis/sui-mainnet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockberry/sui-mainnet-api/versions/3e4cb73940b7/schema)
