kalshi_get_fills
Retrieve all executed trades (fills) for your Kalshi account. Filter by market ticker, order ID, or time range, and paginate through results to track your trading activity.
Instructions
Get Fills Endpoint for getting all fills for the member. A fill is when a trade you have is matched. Fills that occurred before the historical cutoff are only available via GET /historical/fills. See Historical Data for details. Calls GET /portfolio/fills.
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 | |
| order_id | No | Filter by order ID | |
| subaccount | No | Subaccount number (0 for primary, 1-63 for subaccounts). If omitted, defaults to all subaccounts. |