GET
/
incentive_programs
Get Volume Incentives
curl --request GET \
  --url https://api.elections.kalshi.com/trade-api/v2/incentive_programs
{
  "incentive_programs": [
    {
      "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"
    }
  ],
  "next_cursor": "<string>"
}

Query Parameters

limit
integer

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

Response

The response is of type object.