cosmos/distribution/v1beta1/params

Params queries params of the distribution module.

Parameters

None

Result

Example

Request

curl <your-rest-endpoint>/cosmos/distribution/v1beta1/params \
  -X GET \
  -H "accept: application/json"

Return

{
    "params": {
        "community_tax": "0.100000000000000000",
        "base_proposer_reward": "0.010000000000000000",
        "bonus_proposer_reward": "0.040000000000000000",
        "withdraw_addr_enabled": true
    }
}