---
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 — Default interval between vault profit-share fee settlements, in seconds. A vault can carry its own; read profit_share_period on the vault to show its actual schedule. 0 means not configured
  - `vault_factory_address` string — Address of the vault factory contract

## Other responses

- `400` — Bad Request

## Changes

- **2026-08-02** `c69b8dc4efb7` — 1 info
  - added the optional property `profit_share_period` 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`
- **2026-06-09** `43b81de9b079` — 3 info
  - removed the `INVALID_RHINOFI_QUOTE` enum value from the `error/allOf[#/components/schemas/responses.ErrorCode]/` response property for the response status `400`
  - removed the `INVALID_RHINOFI_QUOTE_COMMIT` enum value from the `error/allOf[#/components/schemas/responses.ErrorCode]/` response property for the response status `400`
  - removed the `INVALID_RHINOFI_REQUEST` enum value from 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/config/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)
