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

# Get vaults

`GET /vaults`

Get list of available vaults.

## 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 vault has been created
    - `curator_name` string — Curator name of the vault (empty string if not set)
    - `description` string — Description of the vault
    - `kind` 'user' | 'protocol'
    - `last_updated_at` integer — Unix timestamp in milliseconds of when the vault was last updated
    - `lockup_period` integer — Lockup period of the vault in days
    - `max_tvl` integer — Maximum amount of assets the vault can hold in USDC
    - `name` string — Name of the vault
    - `operator_account` string — Operator account of the vault
    - `owner_account` string — Owner account of the vault
    - `profit_share` integer — Profit share of the vault in percentage, i.e. 10 means 10%
    - `status` 'INITIALIZING' | 'ACTIVE' | 'CLOSED' | 'FAILED'
    - `strategies` ResponsesStrategy[] — Strategies of the vault
      - `address` string — Contract address of the sub-operator
      - `name` string — Strategy name
      - `visibility` ResponsesVisibility
        - `balances` boolean — Whether the vault's balances are publicly visible
        - `positions` boolean — Whether the vault's positions are publicly visible
    - `strategy_description` string — Strategy description of the vault (empty string if not set)
    - `token_address` string — LP token address
    - `visibility` ResponsesVisibility
      - `balances` boolean — Whether the vault's balances are publicly visible
      - `positions` boolean — Whether the vault's positions are publicly visible

## 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/versions/6a76453d754c/schema)
