Provide Swagger-UI html document
File downloaded
const response = await fetch('https://inj-indexer.nownodes.io/swagger/index.html', { method: 'GET', headers: {}, }); const data = await response.json();