Admin-level registry view for browsing all vaults, registry workflows, and provider administration.
The Admin section is the registry and provider administration area in SuperformOS. It provides a comprehensive view of all registered SuperVaults across chains, vault deployment workflows, and provider administration.
Route:/manage/my-vaultsThe vault deployment and approval queue for registry maintainers. This sub-page shows vaults you’ve deployed or submitted for registry inclusion, along with their approval status.
My Vaults requires the registry_maintainer role. Users without this role will see an Access Denied message.
Vault list data comes from GET /api/v1/public/vaults (unauthenticated) or GET /api/v1/vaults (authenticated). Yield source and oracle registry data comes from /api/v1/registry/yield-sources and /api/v1/registry/oracles.
Endpoint
Method
Auth
Description
GET /api/v1/public/vaults
GET
None
Public vault list (no auth, used on Home page)
GET /api/v1/vaults
GET
JWT
Authenticated vault list (?detail=minimal&limit=500)
GET /api/v1/registry/yield-sources
GET
JWT
List yield sources (?chain_id={}&is_active=true)
GET /api/v1/registry/oracles
GET
JWT
List oracles
Assistant
Responses are generated using AI and may contain mistakes.