Signature
Parameters
| Parameter | Type | Description |
|---|---|---|
include_summary | bool | If True, includes portfolio totals. Default: False |
Returns
Basic (include_summary=False):| Field | Type | Description |
|---|---|---|
balance | float | Total USDC balance |
available_balance | float | Available for trading |
reserved_balance | float | Reserved in open orders |
| Field | Type | Description |
|---|---|---|
total_position_value | float | Market value of all positions |
total_value | float | Total portfolio value (balance + positions) |
open_orders_count | int | Number of open orders |
positions_count | int | Number of positions |