For the complete documentation index, see llms.txt. This page is also available as Markdown.

FeeMarket

Params queries the parameters of x/feemarket module.

get
Responses
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
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
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