get_account_summary
Retrieve a concise account summary with balance, net asset value, and margin headroom. Get a quick overview of your trading account without order or trade lists.
Instructions
Get a summary of the configured account (no order/trade/position lists).
Returns {"account": {...}, "lastTransactionID": "..."} with the
same summary fields as get_account — monetary values as decimal
strings in the home currency, marginRate as a decimal string
(e.g. "0.02" = 50:1 leverage), open-item counts, and RFC3339
timestamps. This is the lightest way to check balance, NAV, and margin
headroom.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||