Last updated 1 year ago
Was this helpful?
/cosmos/gov/v1beta1/params/{params_type}
params_type defines which parameters to query for, can be one of "voting", "tallying" or "deposit".
curl -L \ --url '/cosmos/gov/v1beta1/params/{params_type}'
{ "voting_params": { "voting_period": "text" }, "tally_params": { "quorum": "text", "threshold": "text", "veto_threshold": "text" }, "deposit_params": { "max_deposit_period": "text", "min_deposit": [ { "denom": "text", "amount": "text" } ] } }