Staking Data

Returns data from the staking ledgers The staking ledger of the current epoch is the snarked ledger of the last block of current epoch minus two.

Stake by Delegate

Filters the staking ledger for delegates. Summing the balance determines the stake of the delegate in the current epoch. Timing may be used to determine if the account is eligible for the supercharged coinbase rewards. If there is timing available, the following fields are included:

  • timed_in_epoch is a boolean that is true if the account has a time-locked balance at the start of the epoch.
  • untimed_slot is the global slot at which the account is no longer timed. Useful if the account is untimed during the epoch.
  • timed_epoch_end is a boolean that is true if the account has a time-locked balance at the end of the epoch. Returns null if timed_in_epoch is false .

If the account has no timing information in the ledger timing will return null .

GraphQL
cURL
Example
Copy

Filter By Staking Ledger

Filter by staking ledger hash to return a specific staking ledger. Includes all historical staking ledgers.

GraphQL
Copy

Top 10 Accounts in Staking Ledger

Find the biggest whales in the staking ledger.

GraphQL
cURL
Example
Copy

Determine the Last Block of Epoch

The next staking ledger is only available after k blocks from the last block of the prior epoch. Adding k to the following result will determine when the next epoch ledger is available.

GraphQL
cURL
Example
Copy

Filter Delegates to only those with Timed Account

Only show those delegates that have a timed account at the start of the current epoch.

GraphQL
Copy

Balances and total count of delegators

You can retrieve the total amount delegated and total number of delegators to a staking pool.

GraphQL
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated by Gareth Davies