---
title: "Get all approved vaults with their type, collateral, curator, total supply, TVL and metadata."
method: GET
path: "/entities/vaults"
tags: ["partner"]
---

# Get all approved vaults with their type, collateral, curator, total supply, TVL and metadata.

`GET /entities/vaults`

## Response `200`

List of approved vaults with address, vault type, collateral, curator, current total supply, TVL and metadata.

- PartnerVault[]
  - `address` string, required — EVM address (hex, with 0x prefix). Lowercased in responses.
  - `vaultType` 'pre-deposit' | 'v1' | 'v2', required
  - `collateral` string, required — EVM address (hex, with 0x prefix). Lowercased in responses.
  - `curatorId` string — Lowercased metadata slug identifier.
  - `totalSupply` string, required
  - `tvl` number, required
  - `meta` Metadata, required
    - `name` string, required
    - `description` string
    - `icon` string, uri
    - `tags` string[]
    - `links` object[]
      - `name` string, required
      - `type` string, required
      - `url` string, required

## Other responses

- `default` — Partner error response.

---

[API](https://skmtc.dev/symbiotic/apis/symbiotic-partner-api.md) · [All operations](https://skmtc.dev/symbiotic/apis/symbiotic-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/symbiotic/symbiotic-partner-api/revisions/1a13f2e18179/schema)
