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