---
title: "(Unstable) Get most recent Cardano blocks and transactions set snapshots"
method: GET
path: "/artifact/cardano-blocks-transactions"
---

# (Unstable) Get most recent Cardano blocks and transactions set snapshots

`GET /artifact/cardano-blocks-transactions`

Returns the list of the most recent Cardano blocks and transactions set snapshots.
Using this endpoint require Aggregator's capabilities to include `CardanoBlocksTransactions` in the `signed_entity_types`

## Response `200`

Cardano blocks and transactions set snapshots found

- object[] — CardanoBlocksTransactionsSnapshotListMessage represents a list of Cardano blocks and transactions set snapshots
  - `hash` string, bytes, required — Hash of the Cardano Blocks and Transactions snapshot
  - `certificate_hash` string, bytes, required — Hash of the associated certificate
  - `merkle_root` string, bytes, required — Merkle root of the Cardano Blocks and Transactions snapshot
  - `epoch` integer, required — Cardano chain epoch number
  - `block_number_signed` integer, required — The maximum block number signed in the Cardano Blocks and Transactions
  - `block_number_tip` integer, required — The block number of the tip of the chain at snapshot time of the Cardano Blocks and Transactions
  - `created_at` string, date-time,, required — Time of creation

## Other responses

- `default` — Cardano blocks and 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/revisions/bbad910c52a3/schema)
