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