GET
/
structured_targets
Get Structured Targets
curl --request GET \
  --url https://api.elections.kalshi.com/trade-api/v2/structured_targets
{
  "cursor": "<string>",
  "structured_targets": [
    {
      "details": {
        "key": {}
      },
      "id": "<string>",
      "last_updated_ts": "2023-11-07T05:31:56Z",
      "name": "<string>",
      "source_id": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

type
string

Type of structured target

competition
string

Competition filter

page_size
integer

Page size (min: 1, max: 2000)

cursor
string

Pagination cursor

Response

200 - application/json

The response is of type object.