Params

Params returns the total set of minting parameters.

get
Responses
200
A successful response.
application/json
get
GET /osmosis/mint/v1beta1/params HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
  "params": {
    "mint_denom": "text",
    "genesis_epoch_provisions": "text",
    "epoch_identifier": "text",
    "reduction_period_in_epochs": "text",
    "reduction_factor": "text",
    "distribution_proportions": {
      "staking": "text",
      "pool_incentives": "text",
      "developer_rewards": "text",
      "community_pool": "text"
    },
    "weighted_developer_rewards_receivers": [
      {
        "address": "text",
        "weight": "text"
      }
    ],
    "minting_rewards_distribution_start_epoch": "text"
  }
}