---
title: "Get claimable rewards"
method: GET
path: "/protocolRewards/claimable/{user}"
tags: ["Protocol Rewards"]
---

# Get claimable rewards

`GET /protocolRewards/claimable/{user}`

Get claimable rewards for different vaults and protocols for a user

## Path parameters

- `user` string, required

## Response `200`

OK

- ClaimableReward
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `rewards` ClaimableTokens[], required
    - `amount` string, required
    - `amount_usd` number, double, required
    - `chain_id` integer, required
    - `reward_id` string, required
    - `source_type` string, required
    - `token` ExplorerAsset, required
      - `address` string, required
      - `chain_id` integer, required
      - `decimals` integer, required
      - `id` string, required
      - `logo` string, required
      - `name` string, required
      - `symbol` string, required
  - `total_amount_usd` number, double, required

## Other responses

- `default` — Error

---

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