A successful response.
const response = await fetch('//osmo.nownodes.io/osmosis/gamm/v1beta1/num_pools', { method: 'GET', headers: {}, }); const data = await response.json();
{ "num_pools": "text" }