cURL
curl --request GET \ --url https://api.example.com/v1/top-vaults
[ { "vault_address": "<string>", "chain_id": 123, "is_active": true, "is_asynchronous": true } ]
Returns a list of all Byzantine vaults from configuration. “Vaults” are deposit products, the main entities in the Byzantine protocol.
List of top vaults retrieved successfully