---
title: "Get most recent Cardano stake distributions"
method: GET
path: "/artifact/cardano-stake-distributions"
---

# Get most recent Cardano stake distributions

`GET /artifact/cardano-stake-distributions`

Returns the list of the most recent Cardano stake distributions

## Response `200`

Cardano stake distribution found

- object[] — CardanoStakeDistributionListMessage represents a list of Cardano stake distribution
  - `epoch` integer, required — Cardano chain epoch number
  - `hash` string, bytes, required — Hash of the Cardano stake distribution
  - `certificate_hash` string, bytes, required — Hash of the associated certificate
  - `created_at` string, date-time,, required — Date and time at which the Cardano stake distribution was created

## Other responses

- `default` — Cardano stake distribution 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)
