FeeMarket
Responses
200
A successful response.
application/json
default
An unexpected error 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"
}
}
Responses
200
A successful response.
application/json
default
An unexpected error 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"
}
Last updated
Was this helpful?