Vault Overview
paradex_vault_overviewRetrieve a complete vault overview including token balances, open positions, and account health in a single API call, eliminating separate queries.
Instructions
Get a complete operational snapshot of a vault: token balances, open positions,
and trading account health in a single call.
Use this instead of calling paradex_vault_balance, paradex_vault_positions,
and paradex_vault_account_summary separately.
Returns:
- balances: vault token balances
- positions: all open positions with P&L and liquidation prices
- account_summary: margin health, free collateral, leverageInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault_address | Yes | The vault contract address. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| balances | Yes | ||
| positions | Yes | ||
| account_summary | Yes |