Skip to main content

Incentives API

The Incentives API provides access to active incentive programs and your earned rewards. For details on how incentive programs work, see the Incentive Programs overview.

Endpoints

Authentication Required for EarningsThe /v1/incentives/earnings endpoint requires API key authentication. See the Authentication guide for details. The /v1/incentives endpoint is public and requires no authentication.

Get Incentive Programs

Returns incentive programs for each market.

Query Parameters

Parameter names accept both camelCase (pageSize) and snake_case (page_size) forms.

Response

end is omitted when the program’s final end time is not known yet, such as an in-progress live game.

IncentiveProgram Fields

TimePeriod Fields

Get Incentive Earnings

Returns incentive earnings for the authenticated user.

Query Parameters

Parameter names accept both camelCase (startDate) and snake_case (start_date) forms.

Response

Each day represents rewards earned midnight to midnight ET. A single market on a single date may return multiple rows — one per payout status (PAID, PENDING, SKIPPED). Sum across statuses (or filter to one) when aggregating per market and date.

UserReward Fields

Rate Limits