get_holdings
Retrieve current investment holdings from Zerodha Kite Connect with pagination support for managing large portfolios.
Instructions
Get holdings for the current user. Supports pagination for large datasets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | No | Account identifier (optional if only one account) | |
| limit | No | Maximum number of holdings to return. If not specified, returns all holdings. When specified, response includes pagination metadata. | |
| from | No | Starting index for pagination (0-based). Default: 0 |