---
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 — Annualized return of the vault over the last 30 days, in percentage, i.e. 0.1 means 10%
    - `max_drawdown` string — Max all time drawdown realized by the vault, as a positive magnitude in percentage, i.e. 0.1 means a 10% fall
    - `max_drawdown_24h` string — Max drawdown realized by the vault in the last 24 hours, as a positive magnitude in percentage, i.e. 0.1 means a 10% fall
    - `max_drawdown_30d` string — Max drawdown realized by the vault in the last 30 days, as a positive magnitude in percentage, i.e. 0.1 means a 10% fall
    - `max_drawdown_7d` string — Max drawdown realized by the vault in the last 7 days, as a positive magnitude in percentage, i.e. 0.1 means a 10% fall
    - `net_deposits` string — Net deposits of the vault in USDC
    - `next_fee_settlement_at` integer, nullable — Estimated time of the vault's next profit-share fee settlement, as a Unix timestamp in milliseconds. Null when the next settlement time is not yet known.
    - `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 USDC
    - `pnl_30d` string — P&L of the vault in the last 30 days in USDC
    - `pnl_7d` string — P&L of the vault in the last 7 days in USDC
    - `profit_share_period` string — How often THIS vault settles profit-share fees, in seconds. Falls back to the exchange-wide default when the vault carries none of its own; 0 means not configured
    - `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%
    - `strategies` ResponsesVaultSummaryStrategy[] — Profit-share terms and performance index for each of the vault's strategies
      - `fee_recipient` string — Address that receives this strategy's profit-share fees. Set per strategy and need not match the strategy address. Empty when no recipient is set.
      - `pnl_index` string — Latest performance index recorded for this strategy
      - `profit_share_percentage` string — Profit share percentage agreed for this strategy, i.e. 10 means 10%. 0 for a strategy that predates per-strategy profit share, which charges nothing. Empty when terms exist but the rate has not been seen, in which case the charged rate is unknown.
      - `strategy` string — Strategy address
    - `total_pnl` string — Total P&L of the vault in USDC
    - `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

## Changes

- **2026-09-02** `a73698fdee53` — 1 info
  - added the optional property `allOf[subschema #2]/results/items/profit_share_period` to the response with the `200` status
- **2026-08-02** `c69b8dc4efb7` — 2 info
  - added the optional property `allOf[subschema #2]/results/items/next_fee_settlement_at` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/results/items/strategies` to the response with the `200` status
- **2026-07-17** `f1370c46e9e8` — 3 warning
  - added the new `BLOCK_TRADE_REPLAYED_SIGNATURE` enum value to the `error/allOf[#/components/schemas/responses.ErrorCode]/` response property for the response status `400`
  - added the new `EVM_VAULT_OPERATORS_DISABLED` enum value to the `error/allOf[#/components/schemas/responses.ErrorCode]/` response property for the response status `400`
  - added the new `VAULT_DATA_PRIVATE` enum value to the `error/allOf[#/components/schemas/responses.ErrorCode]/` response property for the response status `400`
- …earlier changes not shown

[Full history](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/changes/vaults/summary/get.md)

---

[API](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/revisions/a73698fdee53/schema)
