---
title: "GET /transactions/{hash}"
method: GET
path: "/transactions/{hash}"
tags: ["external", "transaction"]
---

# GET /transactions/{hash}

`GET /transactions/{hash}`

Get a transaction by hash

## Path parameters

- `hash` string, required

## Response `200`

Successful operation

- GenericSignedTx
  - `tx` GenericTx, required
    - `version` integer, required
    - `type` string, required
  - `block_height` integer, required
  - `block_hash` string, required — Base58Check encoded tagged hash
  - `hash` string, required — Base58Check encoded tagged hash
  - `encoded_tx` string — Base64Check encoded tagged byte array
  - `signatures` EncodedValue[] — At least one signature is required unless for Generalized Account Meta transactions

## Other responses

- `400` — Invalid hash
- `404` — Transaction not found
- `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/versions/597a254980b2/schema)
