Returns the current blockreward in KAS/block
Successful Response
const response = await fetch('/info/blockreward', { method: 'GET', headers: {}, }); const data = await response.json();
{ "blockreward": 12000132 }