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>"
}
List volume incentives with optional filters. Volume incentives are rewards programs for trading activity on specific markets.
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>"
}
Number of results per page. Defaults to 100. Maximum value is 10000.
The response is of type object
.