curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/structured_targets/{structured_target_id}{
"structured_target": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"details": {},
"source_id": "<string>",
"last_updated_ts": "2023-11-07T05:31:56Z"
}
}Endpoint for getting data about a specific structured target by its ID.
curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/structured_targets/{structured_target_id}{
"structured_target": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"details": {},
"source_id": "<string>",
"last_updated_ts": "2023-11-07T05:31:56Z"
}
}Structured target ID
Structured target 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.