Parameters
None
Result
The total set of minting parameters.
Example
Request
curl <your-rest-endpoint>/cosmos/mint/v1beta1/params \
-X GET \
-H "accept: application/json"
Return
{
"params": {
"mint_denom": "uatom",
"inflation_rate_change": "1.000000000000000000",
"inflation_max": "0.200000000000000000",
"inflation_min": "0.070000000000000000",
"goal_bonded": "0.670000000000000000",
"blocks_per_year": "4360000"
}
}