/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 'https://fet.nownodes.io/cosmos/params/v1beta1/params'
{ "param": { "subspace": "text", "key": "text", "value": "text" } }