Params
Query parameters
subspacestringOptional
subspace defines the module to query the parameter for.
keystringOptional
key defines the key of the parameter in the subspace.
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /cosmos/params/v1beta1/params HTTP/1.1
Host:
Accept: */*
{
"param": {
"subspace": "text",
"key": "text",
"value": "text"
}
}
Last updated
Was this helpful?