kalshi_get_settlements
Retrieve historical settlement records for your Kalshi portfolio. Filter by time range, market, event, or subaccount to track past performance.
Instructions
Get Settlements Endpoint for getting the member's settlements historical track. Calls GET /portfolio/settlements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results per page. Defaults to 100. | |
| cursor | No | Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page. | |
| max_ts | No | Filter items before this Unix timestamp | |
| min_ts | No | Filter items after this Unix timestamp | |
| ticker | No | Filter by market ticker | |
| subaccount | No | Subaccount number (0 for primary, 1-63 for subaccounts). If omitted, defaults to all subaccounts. | |
| event_ticker | No | Event ticker to filter by. Only a single event ticker is supported. |