You are viewing documentation for Polymarket US
curl --request GET \
--url https://api.prod.polymarketexchange.com/v1/incentives/earnings{
"rewards": [
{
"reward": 123,
"programType": "<string>",
"marketSlug": "<string>",
"date": "2023-12-25"
}
]
}Get incentive earnings for the authenticated user. Returns reward records grouped by market and date (Eastern Time). Dates are bucketed by ET midnight boundaries.
curl --request GET \
--url https://api.prod.polymarketexchange.com/v1/incentives/earnings{
"rewards": [
{
"reward": 123,
"programType": "<string>",
"marketSlug": "<string>",
"date": "2023-12-25"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.us/llms.txt
Use this file to discover all available pages before exploring further.
Start date filter in YYYY-MM-DD format. Defaults to 2026-03-21 (earliest available data). Example: 2026-03-25
End date filter in YYYY-MM-DD format. Omit to include all dates after startDate. Example: 2026-03-31
Filter earnings by a specific market. Example: aec-nba-bos-nyk-2026-04-01
Filter earnings by program type. Example: liquidityProgram
User's incentive earnings
List of earned rewards
Show child attributes