A successful response.
const response = await fetch('https://inj.nownodes.io/peggy/v1/query_delegate_keys_by_validator', { method: 'GET', headers: {}, }); const data = await response.json();
{ "eth_address": "text", "orchestrator_address": "text" }