Progress

Get progress on the general Staking pallet system.

get

Returns information on the progress of key components of the staking system and estimates of future points of interest. Replaces /staking-info from versions < v1.0.0.

Query parameters
atstring · unsignedInteger or $hexOptional

Block identifier, as the block height or block hash.

Responses
200
successful operation
application/json
get
GET /pallets/staking/progress HTTP/1.1
Host: dot-playbook.nownodes.io
Accept: */*
{
  "at": {
    "hash": "text",
    "height": "text"
  },
  "activeEra": "text",
  "forceEra": "ForceNone",
  "nextActiveEraEstimate": "text",
  "nextSessionEstimate": "text",
  "unappliedSlashes": [
    {
      "validator": "text",
      "own": "text",
      "others": [
        "text"
      ],
      "reporters": [
        "text"
      ],
      "payout": "text"
    }
  ],
  "electionStatus": {
    "status": {},
    "toggleEstimate": "text"
  },
  "idealValidatorCount": "text",
  "validatorSet": [
    "text"
  ]
}