---
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.
    - `mintDenom` string
    - `inflationRateChange` string
    - `inflationMax` string
    - `inflationMin` string
    - `goalBonded` string
    - `blocksPerYear` string, uint64
    - `maxSupply` string — maximum supply for the token. A value of "0" indicates an unlimited (infinite) maximum supply.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api.md) · [All operations](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haqq-network/haqq-network-grpc-api/revisions/2d0419923f40/schema)
