---
title: "GenerateClaimProof"
method: POST
path: "/rewards/v1/claim-proof"
tags: ["rewards"]
---

# GenerateClaimProof

`POST /rewards/v1/claim-proof`

GenerateClaimProof generates a proof for the given earner address and tokens for claiming
tokens against the RewardsCoordinator

## Request body

- object
  - `earnerAddress` string
  - `rootIndex` Int64Value
    - `value` integer
  - `tokens` string

## Response `200`

Successful response

- object
  - `proof` Proof, required
    - `earnerIndex` integer
    - `earnerLeaf` EarnerLeaf
      - `earner` string
      - `earnerTokenRoot` string, byte
    - `earnerTreeProof` string, byte
    - `root` string, byte
    - `rootIndex` integer
    - `tokenIndices` integer
    - `tokenLeaves` TokenLeaf
      - `cumulativeEarnings` string
      - `token` string
    - `tokenTreeProofs` string, byte

## Changes

- **2025-07-26** `5d56b6216453` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/manifoldfinance/apis/eigenlayer-public-api-specification/changes/rewards/v1/claim-proof/post.md)

---

[API](https://skmtc.dev/manifoldfinance/apis/eigenlayer-public-api-specification.md) · [All operations](https://skmtc.dev/manifoldfinance/apis/eigenlayer-public-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/manifoldfinance/eigenlayer-public-api-specification/revisions/5d56b6216453/schema)
