A successful response.
params defines the parameters of the module.
const response = await fetch('//osmo.nownodes.io/osmosis/superfluid/v1beta1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "minimum_risk_factor": "text" } }