cURL
curl --request GET \ --url https://namada-rpc-01.originstake.com/consensus_params \ --header 'Key: <api-key>'
{ "200": { "block_height": "<string>", "consensus_params": { "block": {}, "evidence": {}, "validator": {} } } }
Get consensus parameters at a specified height
Show Properties