GET
/
incentive_programs
Get Incentives
curl --request GET \
  --url https://api.elections.kalshi.com/trade-api/v2/incentive_programs
{
  "incentive_programs": [
    {
      "discount_factor_bps": 123,
      "end_date": "2023-11-07T05:31:56Z",
      "id": "<string>",
      "incentive_type": "<string>",
      "market_ticker": "<string>",
      "paid_out": true,
      "period_reward": 123,
      "start_date": "2023-11-07T05:31:56Z",
      "target_size": 123
    }
  ],
  "next_cursor": "<string>"
}

Query Parameters

limit
integer

Number of results per page. Defaults to 100. Maximum value is 10000.

Response

incentive_programs
object[]
next_cursor
string