QueryParamsResponse is the response type for the Query/Params RPC method.
GET //terra/treasury/v1beta1/params HTTP/1.1 Host: lunc.nownodes.io Accept: */*
A successful response.
{ "params": { "tax_policy": { "rate_min": "text", "rate_max": "text", "cap": { "denom": "text", "amount": "text" }, "change_rate_max": "text" }, "reward_policy": { "rate_min": "text", "rate_max": "text", "cap": { "denom": "text", "amount": "text" }, "change_rate_max": "text" }, "seigniorage_burden_target": "text", "mining_increment": "text", "window_short": "text", "window_long": "text", "window_probation": "text", "burn_tax_split": "text", "min_initial_deposit_ratio": "text" } }