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

# Get vault account summary

`GET /vaults/account-summary`

Get current user summary metrics for all vaults or for the single vault
specified by address. User metrics are only returned if the current user
is a depositor for the vault.

## Query parameters

- `address` string

## Response `200`

OK

- object
  - `results` object[] — Array of results
    - `address` string — Contract address of the vault
    - `created_at` integer — Unix timestamp in milliseconds of when the user joined the vault.
    - `deposited_amount` string — Amount deposited on the vault by the user in USDC
    - `estimated_accrued_fee` string — Estimated profit-share fee accrued by this depositor but not yet settled, in USDC. Covers the vault-level fee only, so it is a lower bound on the total.
    - `estimated_fee_breakdown` ResponsesVaultAccountStrategyAccrual[] — Per-strategy split of the depositor's estimated accrued fee. Not yet reported; currently always empty.
      - `estimated_accrued_fee` string — Estimated profit-share fee accrued by this depositor for this strategy, in USDC
      - `strategy` string — Strategy address
    - `hwm_price` string — High-water mark vault token price for this depositor. Profit share is charged only on gains above this price.
    - `is_vault_owner` boolean — Whether this account owns the vault. The vault-level profit share is paid to the owner, so the owner is never charged it.
    - `total_pnl` string — Total P&L realized by the user in USD.
    - `total_roi` string — Total ROI realized by the user in percentage, i.e. 0.1 means 10%.
    - `vtoken_amount` string — Amount of vault tokens owned by the user

## Other responses

- `400` — Bad Request

## Changes

- **2026-08-18** `211ee390fdde` — 1 info
  - added the optional property `allOf[subschema #2]/results/items/is_vault_owner` to the response with the `200` status
- **2026-08-02** `c69b8dc4efb7` — 3 info
  - added the optional property `allOf[subschema #2]/results/items/estimated_accrued_fee` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/results/items/estimated_fee_breakdown` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/results/items/hwm_price` 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/account-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)
