_getParamsBySubspaceAndKey

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

❗️

All That Node prohibits this method for stability.

Parameters

Query

  • subspace: STRING - The module to query the parameter for.
  • key: STRING - The key of the parameter in the subspace.
curl https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/params/v1beta1/params \
-H 'x-allthatnode-api-key: 8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj'

Returns

  • OBJECT - The params
{
  "param": {
    "subspace": "string",
    "key": "string",
    "value": "string"
  }
}

Try Yourself

Language
Click Try It! to start a request and see the response here!