Returns available methods
const response = await fetch('https://strax.nownodes.io/api/RPC/listmethods', { method: 'GET', headers: {}, }); const data = await response.json();