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