---
title: "Get vault summary"
method: GET
path: "/vaults/summary"
tags: ["Vaults"]
---

# Get vault summary

`GET /vaults/summary`

Get vaults summary metrics for all vaults or for the single vault specified by address.

## Query parameters

- `address` string

## Response `200`

OK

- object
  - `results` object[] — Array of results
    - `address` string — Contract address of the vault
    - `last_month_return` string — APR return of the vault in the last trailing month in percentage, i.e. 0.1 means 10%
    - `max_drawdown` string — Max all time drawdown realized by the vault in percentage, i.e. 0.1 means 10%
    - `max_drawdown_24h` string — Max drawdown realized by the vault in the last 24 hours in percentage, i.e. 0.1 means 10%
    - `max_drawdown_30d` string — Max drawdown realized by the vault in the last 30 days in percentage, i.e. 0.1 means 10%
    - `max_drawdown_7d` string — Max drawdown realized by the vault in the last 7 days in percentage, i.e. 0.1 means 10%
    - `net_deposits` string — Net deposits of the vault in USDC
    - `num_depositors` integer — Number of depositors on the vault
    - `owner_equity` string — Vault equity of the owner (% of ownership) in percentage, i.e. 0.1 means 10%
    - `pnl_24h` string — P&L of the vault in the last 24 hours in USD
    - `pnl_30d` string — P&L of the vault in the last 30 days in USD
    - `pnl_7d` string — P&L of the vault in the last 7 days in USD
    - `roi_24h` string — Return of the vault in the last 24 hours in percentage, i.e. 0.1 means 10%
    - `roi_30d` string — Return of the vault in the last 30 days in percentage, i.e. 0.1 means 10%
    - `roi_7d` string — Return of the vault in the last 7 days in percentage, i.e. 0.1 means 10%
    - `total_pnl` string — Total P&L of the vault in USD
    - `total_roi` string — Total ROI of the vault in percentage, i.e. 0.1 means 10%
    - `tvl` string — Total Value Locked (deposits + unrealized PnL) in USDC
    - `volume` string — All time volume traded by the vault in USD
    - `volume_24h` string — Volume traded by the vault in the last 24 hours in USD
    - `volume_30d` string — Volume traded by the vault in the last 30 days in USD
    - `volume_7d` string — Volume traded by the vault in the last 7 days in USD
    - `vtoken_price` string — Current value of vault token price in USD
    - `vtoken_supply` string — Total amount of available vault tokens

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api/versions/26dce0f96ab2/schema)
