---
title: "Get Cardano stake distribution information for a specific epoch"
method: GET
path: "/artifact/cardano-stake-distribution/epoch/{epoch}"
---

# Get Cardano stake distribution information for a specific epoch

`GET /artifact/cardano-stake-distribution/epoch/{epoch}`

Returns the information of a Cardano stake distribution at a given epoch

## Path parameters

- `epoch` union, required — Specifies which epoch to target for the request. Can be either: - A specific epoch number (e.g., 419) - 'latest' for the most recent epoch - 'latest' with a negative offset (e.g., 'latest-5') to target an epoch relative to the latest one
  - integer — Cardano chain epoch number
  - string — Use the latest epoch with an optional offset

## Response `200`

Cardano stake distribution found

- CardanoStakeDistributionMessage — This message represents a 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
  - `stake_distribution` object, required — The list of Stake Pool Operator pool identifiers with their associated stake in the Cardano chain
  - `created_at` string, date-time,, required — Date and time of the entity creation

## Other responses

- `404` — Cardano stake distribution not found
- `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/revisions/bbad910c52a3/schema)
