---
title: "Get Account Rewards"
method: GET
path: "/v1/account/rewards"
---

# Get Account Rewards

`GET /v1/account/rewards`

Get per-instrument daily liquidity reward shares for the authenticated account.
Reward periods run from 12:00 UTC to 12:00 UTC and are labeled by their UTC end date.
OI rewards pay 6% APR on the account's full daily average gross OI across all
instruments when the combined daily average gross OI of its rewards entity is
at least $1M. Accounts without an entity mapping qualify independently.
The first reward period starts at 2026-07-06 12:00 UTC. If no date range is provided,
the latest computed reward period is returned.

## Query parameters

- `date` string — UTC reward period end date in YYYY-MM-DD format
- `start_date` string — Inclusive UTC start date in YYYY-MM-DD format
- `end_date` string — Inclusive UTC end date in YYYY-MM-DD format
- `limit` integer — Maximum number of entries to return

## Response `200`

Account rewards response.

- AccountRewards
  - `data` AccountReward[], required
    - `date` string, required — UTC reward period end date in YYYY-MM-DD format
    - `maker_share_7d` string, required — Rolling 7-day account maker volume divided by total exchange volume
    - `reward_distributed` boolean, required — Whether rewards for this period have been marked as distributed
    - `breakdown` AccountRewardInstrument[], required
      - `instrument_id` integer, required — Instrument ID
      - `reward_pool` string, required — Configured reward pool for the instrument
      - `reward_amount` string, required — Reward amount attributed to this reward row
    - `oi_rewards` AccountRewardOi
      - `account_oi` string, required — Daily average gross open-interest notional for this account across all instruments
      - `reward_amount` string, required — Reward amount attributed to this reward row
  - `more` boolean, required — More data available

## Other responses

- `400` — Bad request — the request was malformed or failed validation (bad query parameters, unparseable body, invalid signature, or a domain pre-check). The `error` field is a human-readable validation detail.
- `401` — Unauthorized — missing or invalid `POLYMARKET-PROXY` / `POLYMARKET-SECRET` credentials. `error` is `unauthorized`.
- `429` — Too Many Requests. `error` distinguishes the limit that was hit: `ip_rate_limited` (per-IP token bucket), `action_rate_limited` (per-account action rate), or `open_orders_limit` (resting open-order cap).
- `500` — Internal server error. `error` is `internal_error`.

---

[API](https://skmtc.net/polymarket/apis/polymarket-perps-http-api.md) · [All operations](https://skmtc.net/polymarket/apis/polymarket-perps-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polymarket/polymarket-perps-http-api/versions/04930a2ca433/schema)
