Returns keygen metrics for the provided vault pubkey.
"thorpub1addwnpepq068dr0x7ue973drmq4eqmzhcq3650n7nx5fhgn9gl207luxp6vaklu52tc"
OK
const response = await fetch('https://thor.nownodes.io/thorchain/metric/keygen/{pubkey}', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "pub_key": "text", "node_tss_times": [ { "address": "text", "tss_time": "text" } ] } ]