Params

Params queries params of the distribution module.

GEThttps://inj.nownodes.io/cosmos/distribution/v1beta1/params
Response

A successful response.

Body
paramsobject

params defines the parameters of the module.

Request
const response = await fetch('https://inj.nownodes.io/cosmos/distribution/v1beta1/params', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "params": {
    "community_tax": "text",
    "base_proposer_reward": "text",
    "bonus_proposer_reward": "text",
    "withdraw_addr_enabled": false
  }
}