---
title: "Stake distribution"
method: GET
path: "/epochs/{number}/stakes"
tags: ["Cardano » Epochs"]
---

# Stake distribution

`GET /epochs/{number}/stakes`

Return the active stake distribution for the specified epoch.

## Path parameters

- `number` integer, required

## Query parameters

- `count` integer
- `page` integer

## Response `200`

Return the data about the epoch

- object[]
  - `stake_address` string, required — Stake address
  - `pool_id` string, required — Bech32 prefix of the pool delegated to
  - `amount` string, required — Amount of active delegated stake in Lovelaces

## Other responses

- `400` — Bad request
- `403` — Authentication secret is missing or invalid
- `404` — Component not found
- `418` — IP has been auto-banned for extensive sending of requests after usage limit has been reached
- `429` — Usage limit reached
- `500` — Internal Server Error

---

[API](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation.md) · [All operations](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/txpipe/blockfrost-io-api-documentation/revisions/4a2f67b16876/schema)
