kalshi_get_structured_targets
Fetch structured targets from Kalshi using filters for IDs, type, competition, and pagination to retrieve specific market data.
Instructions
Get Structured Targets Page size (min: 1, max: 2000) Calls GET /structured_targets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Filter by specific structured target IDs. Pass multiple IDs by repeating the parameter (e.g. `?ids=uuid1&ids=uuid2`). | |
| type | No | Filter by structured target type | |
| cursor | No | Pagination cursor | |
| page_size | No | Number of items per page (min 1, max 2000, default 100) | |
| competition | No | Filter by competition. Matches against the league, conference, division, or tour in the structured target details. |