list_treasuries
List treasury accounts with pagination and field filtering to reduce response size. Balance reflects opening figure, not live balance.
Instructions
List all treasury accounts with pagination support. Supports field filtering to reduce response size. WARNING: the balance field is a STATIC opening figure, not a live balance derived from transactions — do NOT rely on it for reconciliation or to compute the current cash position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starting from 1, default: 1) | |
| fields | No | Select specific fields to return (e.g., ["id", "name", "balance"]). Reduces response size by 70-90%. If not provided, returns default fields: id, name, balance | |
| summary | No | Return only total count and page count without items (default: false) | |
| pageSize | No | Number of items per page (default: 50, max: 500) |