---
title: "Get incentive rewards"
method: GET
path: "/v1/wallets/{wallet_id}/earn/ethereum/incentive/claim"
tags: ["Wallet Actions"]
---

# Get incentive rewards

`GET /v1/wallets/{wallet_id}/earn/ethereum/incentive/claim`

Retrieve all incentive rewards for a wallet on a given chain, with claimed and claimable amounts per token.

## Path parameters

- `wallet_id` string, required — ID of the wallet.

## Query parameters

- `chain` string, required — Chain name to fetch rewards for (e.g. "base", "ethereum").

## Headers

- `privy-app-id` string, required — ID of your Privy app.

## Response `200`

Incentive rewards retrieved successfully.

- EarnIncentiveRewardsResponse — All incentive rewards for a wallet, with claimed and unclaimed amounts per token.
  - `rewards` EarnIncentiveRewardEntry[], required — Reward tokens with their claimed and unclaimed amounts.
    - `amount_claimed` string, required — Total amount already claimed, in smallest unit.
    - `amount_unclaimed` string, required — Amount available to claim on-chain but not yet claimed, in smallest unit.
    - `token_address` string, required — Address of the reward token.
    - `token_decimals` integer — Number of decimals for the reward token.
    - `token_symbol` string, required — Symbol of the reward token (e.g. "MORPHO").

---

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