kalshi_get_positions
Retrieve Kalshi portfolio positions with optional filtering by ticker, event, subaccount, and pagination.
Instructions
Get Positions Restricts the positions to those with any of following fields with non-zero values, as a comma separated list. The following values are accepted: position, total_traded Calls GET /portfolio/positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Parameter to specify the number of results per page. Defaults to 100. | |
| cursor | No | The Cursor represents a pointer to the next page of records in the pagination. Use the value returned from the previous response to get the next page. | |
| ticker | No | Filter by market ticker | |
| subaccount | No | Subaccount number (0 for primary, 1-63 for subaccounts). Defaults to 0. | |
| count_filter | No | Restricts the positions to those with any of following fields with non-zero values, as a comma separated list. The following values are accepted - position, total_traded | |
| event_ticker | No | Event ticker to filter by. Only a single event ticker is supported. |