Params

Params returns the total set of minting parameters.

get
Responses
200
A successful response.
application/json
get
GET /cosmos/mint/v1beta1/params HTTP/1.1
Host: 
Accept: */*
{
  "params": {
    "mint_denom": "text",
    "blocks_per_year": "text"
  }
}

Last updated