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