Params

Params queries the parameters of x/feemodel module.

get
Responses
200
A successful 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
    }
  }
}

Revision created

GitBook: No commit message