Returns current active mimir configuration.
OK
const response = await fetch('https://thor.nownodes.io/thorchain/mimir', { method: 'GET', headers: {}, }); const data = await response.json();
{ "NODEOPERATORFEE": 2000, "NUMBEROFNEWNODESPERCHURN": 2 }