---
title: "Get Cardano transactions set snapshot information"
method: GET
path: "/artifact/cardano-transaction/{hash}"
---

# Get Cardano transactions set snapshot information

`GET /artifact/cardano-transaction/{hash}`

Returns the information of a Cardano transactions set snapshot

## Path parameters

- `hash` string, bytes, required

## Response `200`

Cardano transactions set snapshot found

- CardanoTransactionSnapshotMessage — This message represents a Cardano transactions set snapshot.
  - `hash` string, bytes, required — Hash of the Cardano transactions set
  - `certificate_hash` string, bytes, required — Hash of the associated certificate
  - `merkle_root` string, bytes, required — Merkle root of the Cardano transactions set
  - `epoch` integer, required — Cardano chain epoch number
  - `block_number` integer, required — Cardano block number
  - `created_at` string, date-time,, required — Date and time at which the Cardano transactions set was created

## Other responses

- `404` — Cardano transactions set snapshot not found
- `default` — Cardano transactions set snapshot retrieval error

---

[API](https://skmtc.net/input-output-hk/apis/mithril-aggregator-server.md) · [All operations](https://skmtc.net/input-output-hk/apis/mithril-aggregator-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/input-output-hk/mithril-aggregator-server/revisions/bbad910c52a3/schema)
