Recommended gas price

get
Query parameters
after_blocksinteger · int64Optional
Responses
200
A successful response.
application/json
get
GET /coreum/feemodel/v1/recommended_gas_price HTTP/1.1
Host: coreum.nownodes.io
Accept: */*
{
  "low": {
    "denom": "text",
    "amount": "text"
  },
  "med": {
    "denom": "text",
    "amount": "text"
  },
  "high": {
    "denom": "text",
    "amount": "text"
  }
}