GET
/
consensus_params
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": {}
    }
  }
}

Query Parameters

height
integer

Height to return. If no height is provided, it will fetch latest consensus parameters.

Response

200
object