/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://froopyland.blockpi.network/lcd/v1/<your-api-key>/cosmos/staking/v1beta1/historical_info/{height}

// Result
{

}

Last updated