Params
Responses
200
A successful response.
application/json
QueryParamsResponse is the response type for the Query/Params RPC method.
default
An unexpected error response.
application/json
get/cosmos/mint/v1beta1/params
GET /cosmos/mint/v1beta1/params HTTP/1.1
Accept: */*
{
"params": {
"mint_denom": "text",
"blocks_per_year": "text"
}
}Last updated
Was this helpful?