QueryMinGasPriceResponse is the response type for the Query/MinGasPrice RPC method.
GET /coreum/feemodel/v1/min_gas_price HTTP/1.1 Host: coreum.nownodes.io Accept: */*
A successful response.
{ "min_gas_price": { "denom": "text", "amount": "text" } }