---
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 — Contract address of the sub-operator (strategy)
    - `hwm_price` string — High-water mark vault token price for this depositor. Profit share is charged only on gains above this price.
    - `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

---

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