/cosmos/staking/v1beta1/historical_info/{height}
HistoricalInfo queries the historical info for given height.
Parameters:
height-string, height defines at which height to query the historical info.
Example:
// Request
curl -X GET -H 'Content-Type: application/json' https://zetachain.blockpi.network/lcd/v1/<your-api-key>/cosmos/staking/v1beta1/historical_info/{height}
// Result
{
}
Previous/cosmos/staking/v1beta1/delegators/{delegator_addr}/validators/{validator_addr}Next/cosmos/staking/v1beta1/params
Last updated
Was this helpful?