Query Parameters
subspace?string
subspace defines the module to query the parameter for.
key?string
key defines the key of the parameter in the subspace.
Response Body
application/json
application/json
curl -X GET "http://localhost:1317/cosmos/params/v1beta1/params"{
"param": {
"subspace": "string",
"key": "string",
"value": "string"
}
}{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}