cURL
curl --request GET \ --url https://api.elections.kalshi.com/trade-api/v2/structured_targets
{ "structured_targets": [ { "id": "<string>", "name": "<string>", "type": "<string>", "details": {}, "source_id": "<string>", "last_updated_ts": "2023-11-07T05:31:56Z" } ], "cursor": "<string>" }
Page size (min: 1, max: 2000)
Filter by structured target type
Filter by competition
Number of items per page (min 1, max 2000, default 100)
1 <= x <= 2000
Pagination cursor
Structured targets retrieved successfully
Show child attributes
Unique identifier for the structured target.
Name of the structured target.
Type of the structured target.
Additional details about the structured target. Contains flexible JSON data specific to the target type.
External source identifier for the structured target, if available (e.g., third-party data provider ID).
Timestamp when this structured target was last updated.
Pagination cursor for the next page. Empty if there are no more results.