Returns the vault for the provided pubkey.
/thorchain/vault/{pubkey}
thorpub1addwnpepq068dr0x7ue973drmq4eqmzhcq3650n7nx5fhgn9gl207luxp6vaklu52tc
optional block height, defaults to current tip
OK
curl -L \ --url 'https://thor.nownodes.io/thorchain/vault/{pubkey}'
{ "block_height": 1, "pub_key": "text", "coins": [ { "asset": "BTC.BTC", "amount": "100000", "decimals": 6 } ], "type": "AsgardVault", "status": "text", "status_since": 1, "membership": [ "text" ], "chains": [ "text" ], "inbound_tx_count": 1, "outbound_tx_count": 1, "pending_tx_block_heights": [ 1 ], "routers": [ { "chain": "ETH", "router": "0x3624525075b88B24ecc29CE226b0CEc1fFcB6976" } ], "addresses": [ { "chain": "BTC", "address": "bc1qd45uzetakjvdy5ynjjyp4nlnj89am88e4e5jeq" } ], "frozen": [ "text" ] }