GET
/
structured_targets
/
{structured_target_id}
Get Structured Target
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>"
  }
}

Path Parameters

structured_target_id
string
required

Structured Target ID

Response

200 - application/json

The response is of type object.