---
title: "Get most recent Cardano transactions set snapshots"
method: GET
path: "/artifact/cardano-transactions"
---

# Get most recent Cardano transactions set snapshots

`GET /artifact/cardano-transactions`

Returns the list of the most recent Cardano transactions set snapshots

## Response `200`

Cardano transactions set snapshots found

- object[] — CardanoTransactionSnapshotListMessage represents a list of Cardano transactions set snapshots
  - `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

- `default` — Cardano transactions set snapshots 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/versions/bbad910c52a3/schema)
