/ethermint/feemarket/v1/params

Params queries the parameters of x/feemarket module.

Parameters:

None

Example:

// Request
curl -X GET -H 'Content-Type: application/json' https://zeta-testnet.blockpi.network/lcd/v1/<your-api-key>/ethermint/feemarket/v1/params

// Result
{
  "params": {
    "no_base_fee": false,
    "base_fee_change_denominator": 8,
    "elasticity_multiplier": 2,
    "enable_height": "0",
    "base_fee": "7",
    "min_gas_price": "0.000000000000000000",
    "min_gas_multiplier": "0.500000000000000000"
  }
}

Last updated