---
title: "Get list of reward claims for a user"
method: GET
path: "/v1/rewards/{etherKey}"
tags: ["claims"]
---

# Get list of reward claims for a user

`GET /v1/rewards/{etherKey}`

Get list of claims a user can make to redeem campaign rewards

## Response `200`

OK

- RewardClaim
  - `code` number, required
  - `message` string, required
  - `result` object, required
    - `ether_key` string, required
    - `amount` string, required
    - `token_address` string, required
    - `points` string, required
    - `expiration_time` string, required
    - `status` string, required

---

[API](https://skmtc.dev/immutable/apis/immutable-x-api.md) · [All operations](https://skmtc.dev/immutable/apis/immutable-x-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/immutable/immutable-x-api/revisions/fb4f99cbbde4/schema)
