Last updated 2 years ago
Was this helpful?
subspace defines the module to query the parameter for.
key defines the key of the parameter in the subspace.
QueryParamsResponse is response type for the Query/Params RPC method.
GET /cosmos/params/v1beta1/params HTTP/1.1 Host: Accept: */*
A successful response.
{ "param": { "subspace": "text", "key": "text", "value": "text" } }