Returns current yggdrasil vaults.
OK
the list of node public keys which are members of the vault
current node bond
"123456789"
value in rune of the vault's assets
"83456789"
const response = await fetch('https://thor.nownodes.io/thorchain/vaults/yggdrasil', { 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_since": 0, "membership": [ "text" ], "chains": [ "text" ], "inbound_tx_count": 0, "outbound_tx_count": 0, "pending_tx_block_heights": [ 0 ], "routers": [ { "chain": "ETH", "router": "0x3624525075b88B24ecc29CE226b0CEc1fFcB6976" } ], "status": "text", "bond": "123456789", "total_value": "83456789", "addresses": [ { "chain": "BTC", "address": "bc1qd45uzetakjvdy5ynjjyp4nlnj89am88e4e5jeq" } ] } ]