Returns current asgard vaults.
OK
the list of node public keys which are members of the vault
const response = await fetch('https://thor.nownodes.io/thorchain/vaults/asgard', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "block_height": 0, "pub_key": "text", "coins": [ { "asset": "BTC.BTC", "amount": "100000", "decimals": 6 } ], "type": "AsgardVault", "status": "text", "status_since": 0, "membership": [ "text" ], "chains": [ "text" ], "inbound_tx_count": 0, "outbound_tx_count": 0, "pending_tx_block_heights": [ 0 ], "routers": [ { "chain": "ETH", "router": "0x3624525075b88B24ecc29CE226b0CEc1fFcB6976" } ], "addresses": [ { "chain": "BTC", "address": "bc1qd45uzetakjvdy5ynjjyp4nlnj89am88e4e5jeq" } ], "frozen": [ "text" ] } ]