---
title: "Get a transaction by hash."
method: GET
path: "/v1/transactions/{hash}"
tags: ["Transactions"]
---

# Get a transaction by hash.

`GET /v1/transactions/{hash}`

## Path parameters

- `hash` string, required — Transaction hash

## Response `200`

Returns predicted block date

- object
  - `height` number, required
  - `datetime` string, required
  - `hash` string, required
  - `isSuccess` boolean, required
  - `multisigThreshold` number
  - `signers` string[], required
  - `error` string, nullable, required
  - `gasUsed` number, required
  - `gasWanted` number, required
  - `fee` number, required
  - `memo` string, required
  - `messages` object[], required
    - `id` string, required
    - `type` string, required
    - `data` object, required
    - `relatedDeploymentId` string, nullable

## Other responses

- `404` — Transaction not found

---

[API](https://skmtc.net/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.net/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/versions/bb0b68662ba3/schema)
