_getAllMintParams

TallyResult queries the tally of a proposal vote.

Parameters

  • No parameters are needed.
curl https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/mint/v1beta1/params \
-H 'x-allthatnode-api-key: 8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj'

Returns

  • OBJECT - The annual inflation rate
{
  "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"
  }
}

Try Yourself

Language
Click Try It! to start a request and see the response here!