Account Overview
paradex_account_overviewGet a complete account snapshot including margin health, token balances, open positions, fee rates, and margin methodology in a single API call.
Instructions
Get a complete snapshot of your account: margin health, token balances,
open positions, fee rates, and margin methodology in a single call.
Use this instead of calling paradex_account_summary, paradex_account_balance,
and paradex_account_positions separately.
Returns:
- summary: account value, free collateral, margin requirements, health status
- balances: token balances (USDC, DIME, etc.)
- positions: all open positions with P&L and liquidation prices
- info: account fees (maker/taker rates for all product types), account kind,
and isolation mode if applicable
- margin: margin methodology (cross_margin or portfolio_margin) and per-market
leverage/margin-type configurationInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| balances | Yes | ||
| positions | Yes | ||
| info | No | Account fees, kind, and isolation mode. | |
| margin | No | Margin methodology and per-market leverage config. |