get_account_summary
Get a complete overview of your trading account: cash breakdown, investment details, and total profit or loss.
Instructions
Get the account summary: cash breakdown, investments, and overall result.
Returns a dict with:
id: primary trading account number.currency: ISO 4217 primary account currency; every monetary value below is denominated in it.totalValue: total account value (cash plus investments).cash:availableToTrade(free funds),reservedForOrders(held for pending orders),inPies(uninvested cash inside pies).investments:currentValue,totalCost(cost basis of the current holdings),realizedProfitLoss(all-time realized P/L),unrealizedProfitLoss.
Rate limit: 1 request per 5 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||