Returns keygen information for the provided height and pubkey - the pubkey being of one of the members of a keygen block for that height
"thorpub1addwnpepq068dr0x7ue973drmq4eqmzhcq3650n7nx5fhgn9gl207luxp6vaklu52tc"
OK
const response = await fetch('https://thor.nownodes.io/thorchain/keygen/{height}/{pubkey}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "keygen_block": { "height": 0, "keygens": [ { "id": "text", "type": "text", "members": [ "text" ] } ] }, "signature": "text" }