v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Cardano » Epochs

Stake distribution

Return the active stake distribution for the specified epoch.

get/epochs/{number}/stakes

Path parameters

numberinteger required

Number of the epoch

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

pool_idstring required

Bech32 prefix of the pool delegated to

amountstring required

Amount of active delegated stake in Lovelaces

Example response

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