/pallets/staking/progress REST API Endpoint
Path Parameters
Query Parameters
at
string
The block at which to retrieve a staking progress report.
Returns
at
object
An object containing information about the state.
hash
string
The hash of the block at the specified state.
height
string
The height of the block at the specified state.
activeEra
string
The current active era.
forceEra
string
Indicates the forced era status
nextActiveEraEstimate
string
The estimated time for the next active era.
nextSessionEstimate
string
The estimated time for the next session.
unappliedSlashes
array
An array of objects representing unapplied slashes
validator
string
The identifier of the validator who was slashed
own
string
The amount of the slash applied to the validator's own stake
others
array
An array of strings representing the slashes applied to other accounts.
reporters
array
An array of strings representing the accounts that reported the validator.
payout
string
The payout amount for the reporters.
idealValidatorCount
string
The ideal number of validators
validatorSet
array
An array of strings representing the current set of validators.
Request
1curl --location 'https://docs-demo.dot-mainnet.quiknode.pro/pallets/staking/progress' \2--header 'Accept: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free