Get consensus parameters at specified height
curl --request GET \ --url https://story-rpc-001.originstake.com/consensus_params
{ "response": { "block_height": "<string>", "consensus_params": { "block": {}, "evidence": {}, "validator": {} } } }
Height to return. If no height is provided, it will fetch latest consensus parameters.
Consensus parameters
Show Properties
Block height
Block parameters
Evidence parameters
Validator parameters
Was this page helpful?