Params

Params queries a specific parameter of a module, given its subspace and key.

get

/cosmos/params/v1beta1/params

Query parameters
subspacestring

subspace defines the module to query the parameter for.

keystring

key defines the key of the parameter in the subspace.

Responses
curl -L \
  --url 'https://zetachain.nownodes.io/cosmos/params/v1beta1/params'
{
  "param": {
    "subspace": "text",
    "key": "text",
    "value": "text"
  }
}