---
title: "Claim Yield Rewards"
method: POST
path: "/v1/wallets/{wallet_id}/ethereum_yield_claim"
tags: ["Yield"]
---

# Claim Yield Rewards

`POST /v1/wallets/{wallet_id}/ethereum_yield_claim`

Claim incentive rewards accrued from vault participation on the specified chain via Merkl.

## Path parameters

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

## Headers

- `privy-app-id` string, required — ID of your Privy app.
- `privy-authorization-signature` string — Request authorization signature. If multiple signatures are required, they should be comma separated.
- `privy-request-expiry` string — Request expiry. Value is a Unix timestamp in milliseconds representing the deadline by which the request must be processed.
- `privy-idempotency-key` string — Idempotency keys ensure API requests are executed only once within a 24-hour window.

## Request body

- EthereumYieldClaimInput — Input for claiming incentive rewards from vault participation.
  - `caip2` string, required — An EVM CAIP-2 chain identifier (e.g., "eip155:8453" for Base).

## Response `200`

Claim transaction submitted.

- EthereumYieldClaimResponse — Response from a yield reward claim operation.
  - `caip2` string, required — An EVM CAIP-2 chain identifier (e.g., "eip155:8453" for Base).
  - `created_at` number, required — Unix timestamp of when the claim was created, in milliseconds.
  - `id` string, required — Privy transaction record ID for the claim operation.
  - `rewards` EthereumYieldClaimReward[], required — List of reward tokens claimed.
    - `amount` string, required — Amount claimed in the smallest unit.
    - `token_address` string, required — Reward token contract address.
    - `token_symbol` string, required — Reward token symbol (e.g., "MORPHO").
  - `status` 'broadcasted' | 'confirmed' | 'execution_reverted' | 'failed' | 'replaced' | 'finalized' | 'provider_error' | 'pending', required — The current status of the claim transaction.
  - `updated_at` number, required — Unix timestamp of when the claim was last updated, in milliseconds.

---

[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)
