---
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
  - `signatures` EncodedValue[] — At least one signature is required unless for Generalized Account Meta transactions

## Other responses

- `400` — Invalid hash
- `404` — Transaction not found

---

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