---
title: "Get Your Incentive Earnings"
method: GET
path: "/v1/incentives/earnings"
tags: ["Incentives"]
---

# Get Your Incentive Earnings

`GET /v1/incentives/earnings`

Returns rewards earned by the authenticated caller. Each entry sums all payouts for a single (market, date) pair, where date is in Eastern Time.

## Query parameters

- `start_date` string
- `end_date` string
- `market_slug` string
- `program_type` string

## Response `200`

A successful response.

- GatewayIncentivesV1GetIncentivesEarnedResponse
  - `rewards` GatewayIncentivesV1UserReward[]
    - `reward` number, double
    - `programType` string
    - `marketSlug` string
    - `date` string
    - `status` string

---

[API](https://skmtc.net/polymarket/apis/portfolio-api.md) · [All operations](https://skmtc.net/polymarket/apis/portfolio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polymarket/portfolio-api/revisions/150874842db1/schema)
