get_account_summary
Retrieve the authenticated account's portfolio summary: equity, margin usage, PnL, and withdrawable funds from the authoritative margin view. Retry on 502 if unavailable.
Instructions
Get the authenticated account's portfolio summary (equity, margin usage, PnL rollup) — a richer view than get_balance. Includes withdrawable: the engine-authoritative free margin floored at zero, i.e. exactly what can leave the account (never negative). Because withdrawable comes from that authoritative margin view, this call fails closed with a 502 (authoritative_margin_unavailable) when the view is unavailable rather than returning a local estimate: retry after a short delay, do NOT read the error as a flat or empty account. Requires API credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||