Returns keygen and keysign metrics for current vaults.
OK
const response = await fetch('https://thor.nownodes.io/thorchain/metrics', { method: 'GET', headers: {}, }); const data = await response.json();
{ "keygen": [ { "pub_key": "text", "node_tss_times": [ { "address": "text", "tss_time": "text" } ] } ], "keysign": { "tx_id": "text", "node_tss_times": [ { "address": "text", "tss_time": 0 } ] } }