/cosmos/distribution/v1beta1/params

Params queries params of the distribution module.

Parameters:

None

Example:

// Request
curl -X GET -H 'Content-Type: application/json' https://froopyland.blockpi.network/lcd/v1/<your-api-key>/cosmos/distribution/v1beta1/params

// Result
{
    "params": {
        "base_proposer_reward": "0.000000000000000000",
        "bonus_proposer_reward": "0.000000000000000000",
        "community_tax": "0.000000000000000000",
        "withdraw_addr_enabled": true
    }
}

Last updated