Skip to main content

ConsensusParams

GET

Retrieves consensus parameters at the specified block height.
Path Parameters
chainstringrequired
Parameter specifying the target chain to query.
networkstringrequired
Parameter specifying the network of the target chain.
Query Parameters
heightstring
Target block height.
Responses
jsonrpcstringrequired
idintegerrequired
block_heightstring
max_bytesstring
max_gasstring
time_iota_msstring
max_agestring
pub_key_typesarray
cURL
curl -X GET 'https://rpc-sei-mainnet.nodit.io/consensus_params' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: nodit-demo'