Consensus
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /cosmos/consensus/v1/params HTTP/1.1
Host: lcd.uno.sentry.testnet.v3.kiivalidator.com
Accept: */*
{
"params": {
"block": {
"max_bytes": "text",
"max_gas": "text"
},
"evidence": {
"max_age_num_blocks": "text",
"max_age_duration": "text",
"max_bytes": "text"
},
"validator": {
"pub_key_types": [
"text"
]
},
"version": {
"app": "text"
},
"abci": {
"vote_extensions_enable_height": "text"
}
}
}
Last updated
Was this helpful?