Last updated 7 months ago
OK
const response = await fetch('https://akt.nownodes.io/minting/inflation', { method: 'GET', headers: {}, }); const data = await response.json();
text