Skip to main content
  • The list of current epoch stakers to the pool is available here.
  • The list of stakers for the next epoch, when available, is here.
When delegating to the pool, there is a delay of 1-2 epochs before the staking ledger is updated. Until your delegation is active your existing delegation will still be active.
GraphQL This data is also available via the GraphQL API.
query {
  stakes(query: {delegate: "B62qpge4uMq4Vv5Rvc8Gw9qSquUYd6xoW1pz7HQkMSHm6h1o7pvLPAN"}, limit:1000) {
    balance
    public_key
    timing {
      timed_in_epoch
    }
  }
}