Last updated 2 years ago
Was this helpful?
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" }, "deposit_params": { "min_deposit": [ { "denom": "text", "amount": "text" } ], "max_deposit_period": "text" }, "tally_params": { "quorum": "Ynl0ZXM=", "threshold": "Ynl0ZXM=", "veto_threshold": "Ynl0ZXM=" } }