QueryParamsResponse is the response type for the Query/Params RPC method.
GET /osmosis/mint/v1beta1/params HTTP/1.1 Host: osmo.nownodes.io Accept: */*
A successful response.
{ "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" } }