A successful response.
const response = await fetch('//osmo.nownodes.io/osmosis/incentives/v1beta1/module_to_distribute_coins', { method: 'GET', headers: {}, }); const data = await response.json();
{ "coins": [ { "denom": "text", "amount": "text" } ] }