FeeMarket

Params queries the parameters of x/feemarket module.

get
Responses
200
A successful response.
application/json
get
GET /cosmos/evm/feemarket/v1/params HTTP/1.1
Host: lcd.uno.sentry.testnet.v3.kiivalidator.com
Accept: */*
{
  "params": {
    "no_base_fee": true,
    "base_fee_change_denominator": 1,
    "elasticity_multiplier": 1,
    "enable_height": "text",
    "base_fee": "text",
    "min_gas_price": "text",
    "min_gas_multiplier": "text"
  }
}

BaseFee queries the base fee of the parent block of the current block.

get
Responses
200
A successful response.
application/json
get
GET /cosmos/evm/feemarket/v1/base_fee HTTP/1.1
Host: lcd.uno.sentry.testnet.v3.kiivalidator.com
Accept: */*
{
  "base_fee": "text"
}

BlockGas queries the gas used at a given block height

get
Responses
200
A successful response.
application/json
get
GET /cosmos/evm/feemarket/v1/block_gas HTTP/1.1
Host: lcd.uno.sentry.testnet.v3.kiivalidator.com
Accept: */*
{
  "gas": "text"
}

Last updated

Was this helpful?