Last updated 1 year ago
Was this helpful?
/cosmos/params/v1beta1/params
subspace defines the module to query the parameter for.
key defines the key of the parameter in the subspace.
A successful response.
An unexpected error response.
curl -L \ --url '/cosmos/params/v1beta1/params'
{ "param": { "subspace": "text", "key": "text", "value": "text" } }