---
title: "GET /debug/check-tx/pool/{hash}"
method: GET
path: "/debug/check-tx/pool/{hash}"
tags: ["internal", "debug"]
---

# GET /debug/check-tx/pool/{hash}

`GET /debug/check-tx/pool/{hash}`

Check if a transaction in the pool is valid in the current state of the chain and can be included in a microblock or if it is blocked by something: not enough tokens, missing nonce or something else

## Path parameters

- `hash` string, required

## Response `200`

The transaction status

- object
  - `status` string, required

## Other responses

- `404` — Transaction is not in transaction pool
- `503` — The node is temporarily unable to handle the request: either its request queues are saturated (overload protection) or it has not yet reached a stable mode. Overload protection is applied to every endpoint, so this response can be returned by any operation. The Retry-After header tells the client how long to back off before retrying.

---

[API](https://skmtc.net/aeternity/apis/aeternity-node.md) · [All operations](https://skmtc.net/aeternity/apis/aeternity-node/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aeternity/aeternity-node/revisions/597a254980b2/schema)
