account_overview
Get a full account snapshot in one call, covering assets, settings, funding, and optional positions/fee rates. Each section reports success or error independently for easy debugging.
Instructions
[VERB] One-call account snapshot: fans out to assets, settings, funding assets, and (with category/symbol) positions and fee rate. Each section reports ok/error independently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Optional coin filter for funding assets. | |
| view | No | summary (default) trims null fields to save tokens; full returns the untouched payload. | |
| fields | No | Optional list (array or comma-separated string) of fields to keep on each returned row. | |
| symbol | No | With category, also fetches the fee rate for this symbol. | |
| category | No | If provided, also fetches current positions (and fee rate when symbol is given too). |