A successful response.
params defines the parameters of the module.
const response = await fetch('https://luna.nownodes.io/ibc/apps/packetforward/v1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "fee_percentage": "text" } }