Request
Vault parameters
curator_namestringOptional
Curator name for the vault (optional)
deposit_tx_signaturestringOptional
Initial deposit transfer by vault owner
descriptionstringOptional
Description for the vault
lockup_periodintegerOptional
User's deposits lockup period in days
max_tvlintegerOptional
Max TVL locked by the Vault, if any. 0 for unlimited
namestringOptional
Unique name for the vault
operator_eth_addressstringOptional
EVM address of the vault operator (empty for legacy Starknet operator)
operator_indexintegerOptional
Index of the operator sub-account (0 for legacy Starknet operator)
operator_signer_typestringOptional
Signer type for the operator: “starknet” (default when empty) or “eip191”
profit_shareintegerOptional
Vault owner profit share (percentage)
public_keystringOptional
Public key of vault operator
show_balancesbooleanOptional
Whether the vault's balances are publicly visible. Defaults to true when omitted.
show_positionsbooleanOptional
Whether the vault's positions are publicly visible. Defaults to true when omitted.
strategy_descriptionstringOptional
Strategy description for the vault (optional)
Response
Created
addressstringOptional
Contract address of the vault
created_atintegerOptional
Unix timestamp in milliseconds of when the vault has been created
curator_namestringOptional
Curator name of the vault (empty string if not set)
descriptionstringOptional
Description of the vault
kindenumOptional
Kind of the vault: ‘user’ for user-defined vaults, ‘protocol’ for vaults controlled by Paradex
last_updated_atintegerOptional
Unix timestamp in milliseconds of when the vault was last updated
lockup_periodintegerOptional
Lockup period of the vault in days
max_tvlintegerOptional
Maximum amount of assets the vault can hold in USDC
namestringOptional
Name of the vault
operator_accountstringOptional
Operator account of the vault
owner_accountstringOptional
Owner account of the vault
profit_shareintegerOptional
Profit share of the vault in percentage, i.e. 10 means 10%
statusenumOptional
Status of the vault
strategieslist of objectsOptional
Strategies of the vault
strategy_descriptionstringOptional
Strategy description of the vault (empty string if not set)
token_addressstringOptional
LP token address
visibilityobjectOptional
Owner-controlled visibility settings for the vault