FeeMarket

Params queries the parameters of x/feemarket module.

get
Responses
chevron-right
200

A successful response.

application/json

QueryParamsResponse defines the response type for querying x/vm parameters.

get
/cosmos/evm/feemarket/v1/params

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

get
Responses
chevron-right
200

A successful response.

application/json

QueryBaseFeeResponse returns the EIP1559 base fee.

base_feestringOptional
get
/cosmos/evm/feemarket/v1/base_fee

BlockGas queries the gas used at a given block height

get
Responses
chevron-right
200

A successful response.

application/json

QueryBlockGasResponse returns block gas used for a given height.

gasstring · int64Optional
get
/cosmos/evm/feemarket/v1/block_gas

Last updated