A successful response.
const response = await fetch('https://luna.nownodes.io/juno/feeshare/v1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "enable_fee_share": false, "developer_shares": "text", "allowed_denoms": [ "text" ] } }