---
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
    - `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.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)
