Params
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /coreum/feemodel/v1/params HTTP/1.1
Host: coreum.nownodes.io
Accept: */*
{
"params": {
"model": {
"initial_gas_price": "text",
"max_gas_price_multiplier": "text",
"max_discount": "text",
"escalation_start_fraction": "text",
"max_block_gas": "text",
"short_ema_block_length": 1,
"long_ema_block_length": 1
}
}
}