Last updated 6 days ago
QueryParamsResponse defines the response type for querying x/vm parameters.
GET /cosmos/evm/feemarket/v1/params HTTP/1.1 Host: lcd.uno.sentry.testnet.v3.kiivalidator.com Accept: */*
A successful response.
{ "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" } }
QueryBaseFeeResponse returns the EIP1559 base fee.
GET /cosmos/evm/feemarket/v1/base_fee HTTP/1.1 Host: lcd.uno.sentry.testnet.v3.kiivalidator.com Accept: */*
{ "base_fee": "text" }
QueryBlockGasResponse returns block gas used for a given height.
GET /cosmos/evm/feemarket/v1/block_gas HTTP/1.1 Host: lcd.uno.sentry.testnet.v3.kiivalidator.com Accept: */*
{ "gas": "text" }