---
title: "Params returns the total set of minting parameters."
method: GET
path: "/cosmos/mint/v1beta1/params"
tags: ["Query"]
---

# Params returns the total set of minting parameters.

`GET /cosmos/mint/v1beta1/params`

## Response `200`

A successful response.

- CosmosMintV1beta1QueryParamsResponse — QueryParamsResponse is the response type for the Query/Params RPC method.
  - `params` CosmosMintV1beta1Params — Params defines the parameters for the x/mint module.
    - `mint_denom` string
    - `inflation_rate_change` string
    - `inflation_max` string
    - `inflation_min` string
    - `goal_bonded` string
    - `blocks_per_year` string, uint64

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/coreumfoundation/apis/title-goes-here.md) · [All operations](https://skmtc.net/coreumfoundation/apis/title-goes-here/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coreumfoundation/title-goes-here/revisions/2a2e5bc4593a/schema)
