Params
Path parameters
params_typestringRequired
params_type defines which parameters to query for, can be one of "voting", "tallying" or "deposit".
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /cosmos/gov/v1/params/{params_type} HTTP/1.1
Host: kava.nownodes.io
Accept: */*
{
"voting_params": {
"voting_period": "text"
},
"deposit_params": {
"min_deposit": [
{
"denom": "text",
"amount": "text"
}
],
"max_deposit_period": "text"
},
"tally_params": {
"quorum": "text",
"threshold": "text",
"veto_threshold": "text"
},
"params": {
"min_deposit": [
{
"denom": "text",
"amount": "text"
}
],
"max_deposit_period": "text",
"voting_period": "text",
"quorum": "text",
"threshold": "text",
"veto_threshold": "text",
"min_initial_deposit_ratio": "text"
}
}