_getAllDistrubutionParams

Queries params of the distribution module.

❗️

All That Node prohibits this method for stability.

Parameters

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

Returns

  • OBJECT - Params for distribution module.
{
  "params": {
    "community_tax": "string",
    "base_proposer_reward": "string",
    "bonus_proposer_reward": "string",
    "withdraw_addr_enabled": true
  }
}

Try Yourself

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