Params

Params returns the total set of minting parameters.

get
Responses
application/json
objectOptional

QueryParamsResponse is the response type for the Query/Params RPC method.

get
GET /cosmos/mint/v1beta1/params HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
  "params": {
    "mint_denom": "text",
    "inflation_rate_change": "text",
    "inflation_max": "text",
    "inflation_min": "text",
    "goal_bonded": "text",
    "blocks_per_year": "text"
  }
}