Skip to main content
GET
Returns every vault visible to your instance: your own vault (if your instance operates one) marked own: true, then every vault a bank issuer has published on your network and environment. A vault that exists but was never published is visible only to the instance operating it. Every row carries an onChain block read from the vault contract, so a directory can show share price and size without a call per vault. What it does not carry is the per-holder position and the operator-only blocks, which are on Get Vault.

Response Fields

array
performanceFeeBps on the row is reconciled against the fee the contract reports, and the lower of the two is served. A vault whose onChain read failed keeps the recorded value, which can be the higher one. Read the fee from onChain.performanceFeeBps when it is present.
Your own vault comes first, then published vaults newest-first. Pin on own if you re-sort client-side.