kalshi_structured_targets
Fetch Kalshi's registry of entities (players, companies, people) that markets resolve against. Filter by type and paginate with cursor.
Instructions
Structured targets — Kalshi's entity registry (players, companies, people) that markets resolve against. Paginated by cursor; page size via page_size.
Returns: {cursor, structured_targets:[{id, name, type, details, source_ids, last_updated_ts}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Entity type filter (e.g. basketball_player, soccer_player, company, actor). | |
| cursor | No | Pagination cursor. | |
| page_size | No | Page size (the API ignores 'limit' here). |