get_account
Retrieve a summary of your trading account's full state, including balance, margin, and open trade counts, for a quick health check.
Instructions
Get the full state of the configured account, trimmed to summary level.
Returns {"account": {...}, "lastTransactionID": "..."}. The account
object carries monetary fields as decimal strings in the account's home
currency (balance, NAV, pl, unrealizedPL,
marginUsed, marginAvailable, ...), the leverage setting
marginRate (decimal string, e.g. "0.02" = 50:1), the open-item
counts (openTradeCount, openPositionCount,
pendingOrderCount), and createdTime as an RFC3339 timestamp.
The per-order/trade/position detail lists the API embeds here are
dropped; use the orders, trades, and positions tools for those.
For a cheaper request that yields the same fields, prefer
get_account_summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||