futures_account_report
Retrieve a futures account overview report. Use compact mode to save tokens by returning only positions and active orders, or disable it for full account details including balances and account info.
Instructions
获取期货账户全景报告。默认紧凑模式(compact=true):只返回持仓+活跃订单,省 token。传 compact=false 可恢复全量(含 balances+accountInfo)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hideZeroPositions | No | 是否过滤零持仓,默认 true。设为 false 可查看历史全部持仓 | |
| compact | No | 精简模式(默认)。true=去重返回(省 token),false=完整返回 balances+accountInfo 全部字段 |