cosmos/staking/v1beta1/historical_info/{height}

Returns the historical info for given height.

Parameters

Object NameRequiredTypeDetail
HEIGHTIntegerAt which height to query the historical info.
/cosmos/staking/v1beta1/historical_info/14395732

Result

The historical info for given height.

Example

Request

curl <your-rest-endpoint>/cosmos/staking/v1beta1/historical_info/14395732 \
  -X GET \
  -H "accept: application/json"

Return

{
  "hist": {
    "header": {
      "version": {
        "block": "11",
        "app": "0"
      },
      "chain_id": "cosmoshub-4",
      "height": "14395732",
      "time": "2023-03-09T21:23:43.520622320Z",
      "last_block_id": {
        "hash": "4cttRQMSqPF+SpOWwUiOSVxuQJR8CAYRQTBMpLihWWA=",
        "part_set_header": {
          "total": 3,
          "hash": "Fl24FqfrQOrJT8xpxfrM8y3XkNsKtovPOu+QgOwuJm4="
        }
      },
      "last_commit_hash": "Q9nDexynMe9XNPacZGeNFuYgYWHHgXYFfu8sz9uqB00=",
      "data_hash": "g+zSprU2GhKLPGdOCiZodatlU7e1XbpOIozDES43TZg=",
      "validators_hash": "lO1Gaoxs64Ysvd3BLLsFvmjTp+fK9agn6nG5NnV6pAQ=",
      "next_validators_hash": "wtPV1rqSBB0vlSCyV9HfCzaQh0F8hay9DAxa5Hauvl8=",
      "consensus_hash": "gDZJZbfCzJ3pYcCZi0en+T8ZcAd+uILg7Rw4IkCIiMc=",
      "app_hash": "tHN8t5ro+94XspuDSBmOyUcBJAKSlNEt5fDKZ1vlBTo=",
      "last_results_hash": "8jP8D7hdxlykCJXIEtY2QNYJcnuuQCH2b8qKumprFxw=",
      "evidence_hash": "47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=",
      "proposer_address": "Z5uJeFlzvpTU/fi2b4SpKZMukcU="
    },
    "valset": [
      {
        "operator_address": "cosmosvaloper1sjllsnramtg3ewxqwwrwjxfgc4n4ef9u2lcnj0",
        "consensus_pubkey": {
          "@type": "/cosmos.crypto.ed25519.PubKey",
          "key": "0kNlxBMpm+5WtfHIG1xsWatOXTKPLtmSqn3EiEIDZeI="
        },
        "jailed": false,
        "status": "BOND_STATUS_BONDED",
        "tokens": "12537160062786",
        "delegator_shares": "12537160062786.000000000000000000",
        "description": {
          "moniker": "🐠stake.fish",
          "identity": "90B597A673FC950E",
          "website": "stake.fish",
          "security_contact": "",
          "details": "We are the leading staking service provider for blockchain projects. Join our community to help secure networks and earn rewards. We know staking."
        },
        "unbonding_height": "0",
        "unbonding_time": "1970-01-01T00:00:00Z",
        "commission": {
          "commission_rates": {
            "rate": "0.040000000000000000",
            "max_rate": "1.000000000000000000",
            "max_change_rate": "0.010000000000000000"
          },
          "update_time": "2019-03-13T23:00:00Z"
        },
        "min_self_delegation": "1"
      },
      ...
      {
        "operator_address": "cosmosvaloper1xnrth5rku3z3msm9prxe3l0p2yec3d9mzxz9ka",
        "consensus_pubkey": {
          "@type": "/cosmos.crypto.ed25519.PubKey",
          "key": "/H0JYXKDHfR70GKtzCMrF7iRZT+ddQJAh767jmDzEPY="
        },
        "jailed": false,
        "status": "BOND_STATUS_BONDED",
        "tokens": "69334869876",
        "delegator_shares": "69334869876.000000000000000000",
        "description": {
          "moniker": "coinhall.org 📈🔄",
          "identity": "0B5217ACAE18F4C9",
          "website": "coinhall.org",
          "security_contact": "[email protected]",
          "details": "Coinhall is a community first platform providing real time price charts & analytics, and aggregating DEXes across the Cosmos ecosystem."
        },
        "unbonding_height": "14300099",
        "unbonding_time": "2023-03-23T20:46:00.927535742Z",
        "commission": {
          "commission_rates": {
            "rate": "0.050000000000000000",
            "max_rate": "1.000000000000000000",
            "max_change_rate": "0.010000000000000000"
          },
          "update_time": "2022-10-03T09:43:38.454484559Z"
        },
        "min_self_delegation": "1"
      }
    ]
  }
}