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

# Get user earning rewards

`GET /protocolRewards/earning/{user}`

Get user earning rewards for a user

## Path parameters

- `user` string, required

## Response `200`

OK

- EarningReward
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `rewards` UserReward[], required
    - `amount` string, required
    - `amount_usd` number, double, required
    - `chain_id` integer, required
    - `reward_id` string
    - `reward_type` 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)
