_getAllDistrubutionParams

Queries params of the distribution module.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
❗️

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

Headers
string
required

All That Node API key

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