kalshi_get_incentive_programs
Fetch trading incentive programs from Kalshi, filtering by type, status, and pagination to locate rewards.
Instructions
Get Incentives List incentives with optional filters. Incentives are rewards programs for trading activity on specific markets. Calls GET /incentive_programs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Type filter. Can be "all", "liquidity", or "volume". Default is "all". | |
| limit | No | Number of results per page. Defaults to 100. Maximum value is 10000. | |
| cursor | No | Cursor for pagination | |
| status | No | Status filter. Can be "all", "active", "upcoming", "closed", or "paid_out". Default is "all". | |
| incentive_description | No | Filter by exact incentive description. |