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/v1beta1/params/{params_type} HTTP/1.1
Host: agoric.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"
}
}
Last updated