For the complete documentation index, see llms.txt. This page is also available as Markdown.

Params

Params returns the total set of minting parameters.

get
Responses
200

A successful response.

application/json

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

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?