get_portfolio_breakdown
Retrieve a detailed breakdown of your open positions and pending orders, including entry rates, leverage, and stop-loss levels, without unrealized P&L calculations.
Instructions
Position-level portfolio snapshot: open positions and pending orders.
Returns credit (available trading balance, USD), bonusCredit, open positions (positionID, instrumentID, isBuy — true long / false short, leverage, amount = invested margin in USD, units, openRate, openDateTime ISO 8601, stop-loss/take-profit rates as absolute prices, mirrorID — 0 = manual position, non-zero = copy trading), pending market-if-touched orders (pendingOrders), pending market opens (ordersForOpen), and pending closes (ordersForClose), plus copy-trading mirror summaries. Cheaper than get_pnl — no unrealized P&L fields. Rate limit: shares a 60 requests/60s pool with get_portfolio and get_pnl.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum entries per list (positions, orders). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||