---
title: "Get Cardano stake distribution information"
method: GET
path: "/artifact/cardano-stake-distribution/{hash}"
---

# Get Cardano stake distribution information

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

Returns the information of a Cardano stake distribution

## Path parameters

- `hash` string, bytes, required

## 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)
