---
title: "Get vault Superform TVL"
method: GET
path: "/stats/tvl/vault/{vault_id}"
tags: ["Stats"]
---

# Get vault Superform TVL

`GET /stats/tvl/vault/{vault_id}`

Returns the Superform TVL for a given vault

## Path parameters

- `vault_id` string, required

## Response `200`

OK

- SuperformTVL
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `chain_id` integer, required
  - `protocol_icon` string, required
  - `protocol_id` string, required
  - `protocol_name` string, required
  - `superform_id` string, required
  - `superposition_tvl` number, double, required
  - `timestamp` integer, required
  - `vault_tvl` number, double, required
  - `yield_type` string, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/superform/apis/superform-api.md) · [All operations](https://skmtc.net/superform/apis/superform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/superform/superform-api/revisions/6eb27ced1c96/schema)
