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

# Get vaults config

`GET /vaults/config`

Get vaults global configuration.

## Response `200`

OK

- ResponsesVaultsConfigResponse
  - `max_lockup_period_days` string — Maximum lockup period in days an owner can configure for a vault
  - `max_profit_share_percentage` string — Maximum profit share percentage (0-100) an owner can configure for a vault
  - `min_initial_deposit` string — Minimum initial collateral deposit (in currency units) at vault creation. Only applies to the owner
  - `min_lockup_period_days` string — Minimum lockup period in days an owner can configure for a vault
  - `min_owner_share_percentage` string — Minimum share percentage (0-100) the vault owner must maintain on the vault
  - `profit_share_period` string — How often vault profit-share fees are settled, in seconds. Applies to all vaults; 0 means not configured
  - `vault_factory_address` string — Address of the vault factory contract

## 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)
