Recommended gas price
Query parameters
after_blocksinteger · int64Optional
Responses
200
A successful response.
application/json
default
An unexpected error 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"
}
}