---
title: "Stake pool history"
method: GET
path: "/pools/{pool_id}/history"
tags: ["Cardano » Pools"]
---

# Stake pool history

`GET /pools/{pool_id}/history`

History of stake pool parameters over epochs.

## Path parameters

- `pool_id` string, required

## Query parameters

- `count` integer
- `page` integer
- `order` 'asc' | 'desc'

## Response `200`

Return the pool information content.

- object[]
  - `epoch` integer, required — Epoch number
  - `blocks` integer, required — Number of blocks created by pool
  - `active_stake` string, required — Active (Snapshot of live stake 2 epochs ago) stake in Lovelaces
  - `active_size` number, required — Pool size (percentage) of overall active stake at that epoch
  - `delegators_count` integer, required — Number of delegators for epoch
  - `rewards` string, required — Total rewards received before distribution to delegators
  - `fees` string, required — Pool operator rewards

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