A successful response.
params defines the parameters of the module.
const response = await fetch('https://lunc.nownodes.io/terra/market/v1beta1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "base_pool": "Ynl0ZXM=", "pool_recovery_period": "text", "min_stability_spread": "Ynl0ZXM=" } }