Returns current node mimir votes.
OK
const response = await fetch('https://thor.nownodes.io/thorchain/mimir/nodes_all', { method: 'GET', headers: {}, }); const data = await response.json();
{ "mimirs": [ { "key": "text", "value": 0, "signer": "text" } ] }