curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/structured_targets/{structured_target_id}
{
"structured_target": {
"details": {
"key": {}
},
"id": "<string>",
"last_updated_ts": "2023-11-07T05:31:56Z",
"name": "<string>",
"source_id": "<string>",
"type": "<string>"
}
}
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": {
"details": {
"key": {}
},
"id": "<string>",
"last_updated_ts": "2023-11-07T05:31:56Z",
"name": "<string>",
"source_id": "<string>",
"type": "<string>"
}
}
Structured Target ID
The response is of type object
.