v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Cardano » Epochs

Stake distribution by pool

Return the active stake distribution for the epoch specified by stake pool.

get/epochs/{number}/stakes/{pool_id}

Path parameters

numberinteger required

Number of the epoch

pool_idstring required

Stake pool ID to filter

Query parameters

countinteger

The number of results displayed on one page.

pageinteger

The page number for listing the results.

Response

Return the data about the epoch

stake_addressstring required

Stake address

amountstring required

Amount of active delegated stake in Lovelaces

Example response

[
  {
    "stake_address": "stake1u9l5q5jwgelgagzyt6nuaasefgmn8pd25c8e9qpeprq0tdcp0e3uk",
    "amount": "4440295078"
  }
]