GET
/
consensus_params
curl --request GET \
  --url https://story-rpc-001.originstake.com/consensus_params
{
  "response": {
    "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

response
object

Consensus parameters