/cosmos/gov/v1beta1/params/{params_type}
params_type defines which parameters to query for, can be one of "voting", "tallying" or "deposit".
A successful response.
An unexpected error response
curl -L \ --url 'https://axelar.nownodes.io/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": "text", "threshold": "text", "veto_threshold": "text" } }